From: Marcel Werk Date: Sat, 14 May 2016 19:31:57 +0000 (+0200) Subject: Decreased paddings in 'page footer copyright' section X-Git-Tag: 3.0.0_Beta_1~1721 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=37ca90db4787355edd12fc99415f66799493f2dc;p=GitHub%2FWoltLab%2FWCF.git Decreased paddings in 'page footer copyright' section --- diff --git a/wcfsetup/install/files/style/layout/pageFooter.scss b/wcfsetup/install/files/style/layout/pageFooter.scss index 996ee998e6..25b60bd3f9 100644 --- a/wcfsetup/install/files/style/layout/pageFooter.scss +++ b/wcfsetup/install/files/style/layout/pageFooter.scss @@ -1,26 +1,3 @@ -.boxesFooter { - background-color: $wcfFooterBackground; - color: $wcfFooterText; - flex: 0 0 auto; - - @include screen-md-up { - padding: 40px 0; - } - - @include screen-sm-down { - padding: 20px 0; - } - - a { - color: $wcfFooterLink; - - &:hover { - color: $wcfFooterLinkActive; - text-decoration: underline; - } - } -} - .pageFooterCopyright { background-color: $wcfFooterCopyrightBackground; color: $wcfFooterCopyrightText; @@ -28,7 +5,7 @@ text-align: center; @include screen-md-up { - padding: 40px 0; + padding: 20px 0; } @include screen-sm-down {