2019-09-20 17:56:01 +02:00
|
|
|
.commentsContainer {
|
|
|
|
|
.newCommentForm {
|
|
|
|
|
@extend
|
|
|
|
|
.d-flex,
|
|
|
|
|
.my-3;
|
|
|
|
|
|
|
|
|
|
.newCommentBody {
|
|
|
|
|
@extend
|
|
|
|
|
.form-control,
|
|
|
|
|
.w-100,
|
|
|
|
|
.p-2,
|
|
|
|
|
.mr-2;
|
|
|
|
|
|
|
|
|
|
height: 80px;
|
|
|
|
|
|
|
|
|
|
border: thin solid grey;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
|
|
|
|
|
resize: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.submitCommentButton {
|
|
|
|
|
@extend
|
|
|
|
|
.align-self-end;
|
|
|
|
|
|
|
|
|
|
height: 40px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.commentsTitle {
|
|
|
|
|
@extend
|
|
|
|
|
.text-secondary,
|
|
|
|
|
.text-uppercase,
|
|
|
|
|
.font-weight-lighter,
|
|
|
|
|
.my-2;
|
|
|
|
|
}
|
|
|
|
|
|
2019-09-17 17:04:19 +02:00
|
|
|
.commentList > .commentList {
|
|
|
|
|
padding-left: 32px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.comment {
|
2019-09-20 17:56:01 +02:00
|
|
|
@extend
|
|
|
|
|
.my-3;
|
2019-09-17 17:04:19 +02:00
|
|
|
|
|
|
|
|
.commentHeader {
|
2019-09-20 17:56:01 +02:00
|
|
|
@extend .titleText;
|
2019-09-17 17:04:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.commentBody {
|
2019-09-20 17:56:01 +02:00
|
|
|
@extend .my-1;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.commentFooter {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
|
|
|
|
.commentReplyButton {
|
|
|
|
|
color: #333;
|
|
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
}
|
2019-09-17 17:04:19 +02:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|