File size: 199 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 |
.comments__comment-count {
color: var(--color-text-subtle);
font-size: $font-body-small;
font-weight: 600;
margin-bottom: 17px;
}
.comments__comment-count-phrase {
text-transform: uppercase;
}
|