fix admin's username color
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user