Fix bot tag display
This commit is contained in:
parent
ca4c3a6fbd
commit
5b4aaf79aa
1 changed files with 5 additions and 13 deletions
|
@ -185,20 +185,12 @@
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 12px;
|
line-height: 12px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: var(--background-color);
|
color: var(--primary-text-color);
|
||||||
background-color: hsla(var(--background-color_hsl), 0.1);
|
background-color: hsla(var(--primary-text-color_hsl), 0.1);
|
||||||
border: 1px solid hsla(var(--background-color_hsl), 0.5);
|
border: 1px solid hsla(var(--primary-text-color_hsl), 0.5);
|
||||||
|
|
||||||
&.moderator {
|
&.bot {
|
||||||
color: $success-green;
|
margin-left: 5px;
|
||||||
background-color: rgba($success-green, 0.1);
|
|
||||||
border-color: rgba($success-green, 0.5);
|
|
||||||
}
|
|
||||||
|
|
||||||
&.admin {
|
|
||||||
color: lighten($error-red, 12%);
|
|
||||||
background-color: rgba(lighten($error-red, 12%), 0.1);
|
|
||||||
border-color: rgba(lighten($error-red, 12%), 0.5);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue