Files
astuto/app/javascript/stylesheets/components/Comments.scss

21 lines
266 B
SCSS
Raw Normal View History

2019-09-17 17:04:19 +02:00
.comments {
.commentList > .commentList {
padding-left: 32px;
}
.comment {
margin-bottom: 32px;
.commentHeader {
@extend
.font-weight-bolder;
font-size: 17px;
}
.commentBody {
@extend
.my-2;
}
}
}