[Glitch] Change icons of features on admin dashboard to remove bias
Port SCSS changes from e117964325
to glitch-soc
pull/966/head
parent
614bd3f8d4
commit
89a0fa3053
|
@ -220,6 +220,11 @@ $content-width: 840px;
|
||||||
color: $error-value-color;
|
color: $error-value-color;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.neutral-hint {
|
||||||
|
color: $dark-text-color;
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: $no-columns-breakpoint) {
|
@media screen and (max-width: $no-columns-breakpoint) {
|
||||||
|
|
Loading…
Reference in New Issue