From 20fd8558303568ba82dff930e1e6522253ba5b8b Mon Sep 17 00:00:00 2001 From: Thibaut Girka Date: Tue, 8 Jan 2019 19:26:12 +0100 Subject: Update glitch-soc admin page style from upstream Port SCSS changes from e55dce3176b7ac0a23a8a652c2626707a1b74dbb to glitch-soc --- app/javascript/flavours/glitch/styles/admin.scss | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/javascript/flavours') 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) { -- cgit