@import '_variables'; @import '_mixins'; .root-comment { font-size: 15px; display: flex; img { @include avatar(36px); margin-top: 5px; margin-right: 20px; } .comment { flex-grow: 1; .comment-account-date { display: flex; margin-bottom: 4px; .comment-account { font-weight: $font-bold; } .comment-date { color: #585858; margin-left: 10px; } } .comment-actions { margin: 10px 0; .comment-action-reply { color: #585858; cursor: pointer; } } } }