diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-01-08 19:26:12 +0100 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2019-01-08 20:20:35 +0100 |
commit | 20fd8558303568ba82dff930e1e6522253ba5b8b (patch) | |
tree | 6628e3a814c92f45879129d688a3c63cac030768 /app/javascript/flavours/glitch | |
parent | dc501c4134299a12146e7f7aec4676c492235a24 (diff) |
Update glitch-soc admin page style from upstream
Port SCSS changes from e55dce3176b7ac0a23a8a652c2626707a1b74dbb to glitch-soc
Diffstat (limited to 'app/javascript/flavours/glitch')
-rw-r--r-- | app/javascript/flavours/glitch/styles/admin.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/admin.scss b/app/javascript/flavours/glitch/styles/admin.scss index 635888a2c..8b111a936 100644 --- a/app/javascript/flavours/glitch/styles/admin.scss +++ b/app/javascript/flavours/glitch/styles/admin.scss @@ -194,6 +194,11 @@ $no-columns-breakpoint: 600px; color: $valid-value-color; font-weight: 500; } + + .negative-hint { + color: $error-value-color; + font-weight: 500; + } } @media screen and (max-width: $no-columns-breakpoint) { |