From: Marcel Werk Date: Fri, 11 Mar 2016 17:16:52 +0000 (+0100) Subject: Fixed box margins X-Git-Tag: 3.0.0_Beta_1~2030^2~26 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=10ff3d631fd6d36ebb150a38682caed5f1a5ee7d;p=GitHub%2FWoltLab%2FWCF.git Fixed box margins --- diff --git a/wcfsetup/install/files/style/layout/box.scss b/wcfsetup/install/files/style/layout/box.scss index 1225c6db75..ead85ebe0a 100644 --- a/wcfsetup/install/files/style/layout/box.scss +++ b/wcfsetup/install/files/style/layout/box.scss @@ -114,6 +114,20 @@ margin-top: 40px; } + .boxTitle { + color: $wcfContentHeadlineText; + + @extend .wcfFontSection; + + a { + color: $wcfContentHeadlineLink; + + &:hover { + color: $wcfContentHeadlineLinkActive; + } + } + } + .boxWithImage { @extend .clearfix; @@ -263,7 +277,7 @@ .boxesContentBottom { .box { &:not(:first-child) { - margin-top: 30px; + margin-top: 40px; } } @@ -279,6 +293,8 @@ .boxTitle { color: $wcfContentHeadlineText; + @extend .wcfFontSection; + a { color: $wcfContentHeadlineLink; @@ -295,11 +311,11 @@ } .boxesContentTop { - margin-bottom: 30px; + margin-bottom: 40px; } .boxesContentBottom { - margin-top: 30px; + margin-top: 40px; } /* styling for boxes in position */