ReactJS
20 строк · 292.0 Байт
1.commentsButton {2display: flex;3align-items: normal;4}
5
6.commentsButton * {7color: var(--greyC4);8}
9
10.commentsNumber {11padding: 0 0 0 6px;12font-size: 12px;13line-height: 14px;14}
15
16@media all and (min-width: 1024px) {17.commentsButton {18display: none;19}20}