15 lines
234 B
SCSS
15 lines
234 B
SCSS
.comment__edit-timer {
|
|
font-size: 14px;
|
|
vertical-align: middle;
|
|
user-select: none;
|
|
margin-left: 8px;
|
|
|
|
+ .comment__controls {
|
|
&::before {
|
|
content: '•';
|
|
margin-left: 8px;
|
|
margin-right: 8px;
|
|
}
|
|
}
|
|
}
|