Merge remote-tracking branch 'origin/master' into gs-master
This commit is contained in:
@@ -571,7 +571,19 @@
|
||||
font-size: 12px;
|
||||
line-height: 12px;
|
||||
font-weight: 500;
|
||||
color: $success-green;
|
||||
background-color: rgba($success-green, 0.1);
|
||||
border: 1px solid rgba($success-green, 0.5);
|
||||
color: $ui-secondary-color;
|
||||
background-color: rgba($ui-secondary-color, 0.1);
|
||||
border: 1px solid rgba($ui-secondary-color, 0.5);
|
||||
|
||||
&.moderator {
|
||||
color: $success-green;
|
||||
background-color: rgba($success-green, 0.1);
|
||||
border-color: rgba($success-green, 0.5);
|
||||
}
|
||||
|
||||
&.admin {
|
||||
color: $error-red;
|
||||
background-color: rgba($error-red, 0.1);
|
||||
border-color: rgba($error-red, 0.5);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user