From 10ff3d631fd6d36ebb150a38682caed5f1a5ee7d Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Fri, 11 Mar 2016 18:16:52 +0100 Subject: [PATCH] Fixed box margins --- wcfsetup/install/files/style/layout/box.scss | 22 +++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) 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 */ -- 2.20.1