diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-10-01 22:11:11 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2018-10-09 18:10:54 +0200 |
commit | 26409f3e8e00b9d8fb2c072951068e7628128baa (patch) | |
tree | a3527661b3528bb0d6c1c4210ac3c1bfa0261809 /app/javascript/flavours/glitch/styles | |
parent | 5f308a7f05a067211417307f249870d0b3fb8ebd (diff) |
Add support for hints (or extended descriptions) in local-settings pages
Diffstat (limited to 'app/javascript/flavours/glitch/styles')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/local_settings.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/local_settings.scss b/app/javascript/flavours/glitch/styles/components/local_settings.scss index 1adf54a1b..75e7d370d 100644 --- a/app/javascript/flavours/glitch/styles/components/local_settings.scss +++ b/app/javascript/flavours/glitch/styles/components/local_settings.scss @@ -28,6 +28,11 @@ } } + span.hint { + display: block; + color: $lighter-text-color; + } + h1 { font-size: 18px; font-weight: 500; |