Added missing box-title styling
authorMarcel Werk <burntime@woltlab.com>
Thu, 7 Jan 2016 22:51:19 +0000 (23:51 +0100)
committerMarcel Werk <burntime@woltlab.com>
Thu, 7 Jan 2016 22:51:19 +0000 (23:51 +0100)
wcfsetup/install/files/style/layout/box.scss

index 425eaee46e54b11c43c6a5842477ec0fbf82ca1f..2acfa818755034a2d1fc9d503002f595342afe58 100644 (file)
 /* styling for boxes in <contentTop>/<contentBottom> position */
 .boxesContentTop,
 .boxesContentBottom {
-       .boxTitle {
-               color: $wcfContentHeadlineText;
-               
-               a {
-                       color: $wcfContentHeadlineLink;
-                       
-                       &:hover {
-                               color: $wcfContentHeadlineLinkActive;
-                       }
-               }
-       }
-       
        .box {
                &:not(:first-child) {
                        margin-top: 30px;
                }
        }
        
+       .boxTitle {
+               color: $wcfContentHeadlineText;
+               
+               a {
+                       color: $wcfContentHeadlineLink;
+                       
+                       &:hover {
+                               color: $wcfContentHeadlineLinkActive;
+                       }
+               }
+       }
+       
        .boxImage {
                float: left;
                width: 20%;
                }
        }
        
+       .boxTitle {
+               color: $wcfFooterBoxHeadlineText;
+               
+               a {
+                       color: $wcfFooterBoxHeadlineLink;
+                       
+                       &:hover {
+                               color: $wcfFooterBoxHeadlineLinkActive;
+                       }
+               }
+       }
+       
        .boxImage {
                margin-bottom: 10px;
                text-align: center;