* frontend: delete own comment button added * fix behaviour while in admin mode
17 lines
271 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|