mirror of https://github.com/Siphonay/mastodon
Update glitch-soc admin page style from upstream
Port SCSS changes from e55dce3176
to glitch-soc
This commit is contained in:
parent
dc501c4134
commit
20fd855830
|
@ -194,6 +194,11 @@ $no-columns-breakpoint: 600px;
|
||||||
color: $valid-value-color;
|
color: $valid-value-color;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.negative-hint {
|
||||||
|
color: $error-value-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