Files
remark42/web/app/components/comment/__edit-timer/comment__edit-timer.scss
T
Igor AdamenkoandUmputun 6f1b9037d5 Dark theme (#228)
* add with-theme hoc

* add dark theme styles for components

* add toggle theme button to the dev demo page

* add info about widget themes to README
2018-12-15 17:10:41 -06:00

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;
}
}
}