fix admin's username color

This commit is contained in:
igoradamenko
2018-12-21 01:26:36 +02:00
parent 2ecc08fb3e
commit d69da482a4
2 changed files with 25 additions and 17 deletions
@@ -1,5 +1,9 @@
.comment_view_admin {
.comment__username {
color: #0e7e9d;
&,
&.comment_theme_light,
&.comment_theme_dark {
.comment__username {
color: #0e7e9d;
}
}
}
@@ -1,22 +1,26 @@
.comment_view_preview {
font-size: 14px;
padding-bottom: 0;
&,
&.comment_theme_light,
&.comment_theme_dark {
font-size: 14px;
padding-bottom: 0;
.comment__username {
color: #0aa;
}
.comment__username {
color: #0aa;
}
.comment__info {
display: inline;
padding-right: 0;
.comment__info {
display: inline;
padding-right: 0;
&::after {
content: ' ';
color: #777;
&::after {
content: ' ';
color: #777;
}
}
.comment__text {
display: inline;
}
}
.comment__text {
display: inline;
}
}