Added Fires page, collection and fire comments

This commit is contained in:
vjrj 2018-01-17 18:23:32 +01:00
parent 3bf21c8caf
commit 40aedbfdfb
19 changed files with 290 additions and 66 deletions

View file

@ -0,0 +1,29 @@
.comments-section {
width: 100%;
}
.comments-box {
max-width: inherit;
padding: 0;
}
p.comment-content {
/* white-space: pre-line; */
}
/* remove comment btn danger style */
div.media-body.comment> div> div> div.btn.btn-danger.remove-action {
background-color: white;
border: 1px solid rgb(204, 204, 204);
color: rgb(51, 51, 51);
}
/* text-area height */
.form-control .create-comment {
height: 9em;
}
.img-avatar {
margin-right: 5px;
}