From 37ca90db4787355edd12fc99415f66799493f2dc Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Sat, 14 May 2016 21:31:57 +0200 Subject: [PATCH] Decreased paddings in 'page footer copyright' section --- .../files/style/layout/pageFooter.scss | 25 +------------------ 1 file changed, 1 insertion(+), 24 deletions(-) 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 { -- 2.20.1