|
|
@ -531,7 +531,19 @@ |
|
|
|
font-size: 12px; |
|
|
|
font-size: 12px; |
|
|
|
line-height: 12px; |
|
|
|
line-height: 12px; |
|
|
|
font-weight: 500; |
|
|
|
font-weight: 500; |
|
|
|
color: $success-green; |
|
|
|
color: $ui-secondary-color; |
|
|
|
background-color: rgba($success-green, 0.1); |
|
|
|
background-color: rgba($ui-secondary-color, 0.1); |
|
|
|
border: 1px solid rgba($success-green, 0.5); |
|
|
|
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); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|