Fixed box margins
authorMarcel Werk <burntime@woltlab.com>
Fri, 11 Mar 2016 17:16:52 +0000 (18:16 +0100)
committerMarcel Werk <burntime@woltlab.com>
Fri, 11 Mar 2016 17:16:52 +0000 (18:16 +0100)
wcfsetup/install/files/style/layout/box.scss

index 1225c6db7503dfd6972915bb50c519b32297d76d..ead85ebe0af7922d5476b1a0f7f2336ad2d8ffae 100644 (file)
                margin-top: 40px;
        }
        
+       .boxTitle {
+               color: $wcfContentHeadlineText;
+               
+               @extend .wcfFontSection;
+               
+               a {
+                       color: $wcfContentHeadlineLink;
+                       
+                       &:hover {
+                               color: $wcfContentHeadlineLinkActive;
+                       }
+               }
+       }
+       
        .boxWithImage {
                @extend .clearfix;
                
 .boxesContentBottom {
        .box {
                &:not(:first-child) {
-                       margin-top: 30px;
+                       margin-top: 40px;
                }
        }
        
        .boxTitle {
                color: $wcfContentHeadlineText;
                
+               @extend .wcfFontSection;
+                               
                a {
                        color: $wcfContentHeadlineLink;
                        
 }
 
 .boxesContentTop {
-       margin-bottom: 30px;
+       margin-bottom: 40px;
 }
 
 .boxesContentBottom {
-       margin-top: 30px;
+       margin-top: 40px;
 }
 
 /* styling for boxes in <footerBoxes> position */