Decreased paddings in 'page footer copyright' section
authorMarcel Werk <burntime@woltlab.com>
Sat, 14 May 2016 19:31:57 +0000 (21:31 +0200)
committerMarcel Werk <burntime@woltlab.com>
Mon, 16 May 2016 09:51:44 +0000 (11:51 +0200)
wcfsetup/install/files/style/layout/pageFooter.scss

index 996ee998e607a8781e050671077035eebb19cb29..25b60bd3f9cb004865d5bceadc09e4d616f7086b 100644 (file)
@@ -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 {