Files
remark42/web/app/components/comment/__edit-timer/comment__edit-timer.scss
T
Misha VyrtsevandUmputun beab481d99 frontend: delete own comment button added (#214)
* frontend: delete own comment button added

* fix behaviour while in admin mode
2018-11-01 14:10:36 -05:00

17 lines
271 B
SCSS

.comment__edit-timer {
font-size: 14px;
vertical-align: middle;
user-select: none;
color: #a6a6a6;
margin-left: 8px;
+ .comment__controls {
&::before {
content: '•';
margin-left: 8px;
margin-right: 8px;
color: #777;
}
}
}