diff options
author | Thibaut Girka <thib@sitedethib.com> | 2018-10-27 23:09:07 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2018-10-31 10:07:41 +0100 |
commit | 2b2facbbdfb7c0b53e38048e932143d592af401e (patch) | |
tree | ccb09b8465a47d14f1111fc093f38660c602151e /app/javascript/flavours/glitch/styles | |
parent | 08c0f8b67c7316b020c5623c69d02665146ebd57 (diff) |
[Glitch] Port some of upstream's getting started footer links
Diffstat (limited to 'app/javascript/flavours/glitch/styles')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/index.scss | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss index cbf968ec4..7d71f0d1d 100644 --- a/app/javascript/flavours/glitch/styles/components/index.scss +++ b/app/javascript/flavours/glitch/styles/components/index.scss @@ -732,6 +732,42 @@ a { color: $dark-text-color; } + + &__footer { + flex: 0 0 auto; + padding: 10px; + padding-top: 20px; + + ul { + margin-bottom: 10px; + } + + ul li { + display: inline; + } + + p { + color: $dark-text-color; + font-size: 13px; + margin-bottom: 20px; + + a { + color: $dark-text-color; + text-decoration: underline; + } + } + + a { + text-decoration: none; + color: $darker-text-color; + + &:hover, + &:focus, + &:active { + text-decoration: underline; + } + } + } } .column-link__badge { |