mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
21 lines
266 B
SCSS
21 lines
266 B
SCSS
|
|
.comments {
|
||
|
|
.commentList > .commentList {
|
||
|
|
padding-left: 32px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.comment {
|
||
|
|
margin-bottom: 32px;
|
||
|
|
|
||
|
|
.commentHeader {
|
||
|
|
@extend
|
||
|
|
.font-weight-bolder;
|
||
|
|
|
||
|
|
font-size: 17px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.commentBody {
|
||
|
|
@extend
|
||
|
|
.my-2;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|