From: Marcel Werk Date: Mon, 16 May 2016 09:51:37 +0000 (+0200) Subject: Minor box layout improvements X-Git-Tag: 3.0.0_Beta_1~1719 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0b6161c6741cb327af4939be90ee7f6d4bf6aaeb;p=GitHub%2FWoltLab%2FWCF.git Minor box layout improvements * Fixed icon colors * Improved margins/paddings * Fixed mobile version --- diff --git a/wcfsetup/install/files/style/layout/box.scss b/wcfsetup/install/files/style/layout/box.scss index c63bd79276..ef2bd551e7 100644 --- a/wcfsetup/install/files/style/layout/box.scss +++ b/wcfsetup/install/files/style/layout/box.scss @@ -22,12 +22,25 @@ } .boxContent { - & + .boxContent, + & + .boxContent { + margin-top: 20px; + } +} + +.boxContent { & + .boxTitle { margin-top: 30px; } } +.boxContentSeparator { + background: $wcfContentBorderInner; + border: 0; + height: 1px; + margin: 30px auto; + width: 60%; +} + /* styling for boxes in position */ .boxesHero { .box { @@ -58,45 +71,77 @@ /* styling for boxes in position */ .boxesHeaderBoxes { - background-color: rgb(247, 248, 250); // @todo + background-color: $wcfFooterBoxBackground; + color: $wcfFooterBoxText; + + a { + color: $wcfFooterBoxLink; + + &:hover { + color: $wcfFooterBoxLinkActive; + text-decoration: underline; + + .icon { + color: $wcfFooterBoxLinkActive; + } + } + } + + .icon { + color: inherit; + } .boxContainer { - display: flex; - flex-wrap: wrap; margin-left: -10px; margin-right: -10px; - padding: 40px 0; + + @include screen-sm-down { + padding: 20px 0; + } + + @include screen-md-up { + display: flex; + flex-wrap: wrap; + margin-bottom: -20px; + padding: 40px 0; + } } .box { - flex: 0 0 25%; overflow: hidden; padding-left: 10px; padding-right: 10px; - &:nth-child(4n+1):not(:first-child) { - margin-top: 20px; - } - - /* one item */ - &:first-child:nth-last-child(1) { - flex-basis: 100%; - } - - /* two items */ - &:first-child:nth-last-child(2), - &:first-child:nth-last-child(2) ~ .box { - flex-basis: 50%; - } - - /* three items */ - &:first-child:nth-last-child(3), - &:first-child:nth-last-child(3) ~ .box { - flex-basis: 33.3333%; + @include screen-sm-down { + & + .box { + margin-top: 20px; + } } - a:hover { - text-decoration: underline; + @include screen-md-up { + flex: 0 0 25%; + margin-bottom: 20px; + + &.boxFullWidth { + flex-basis: 100%; + } + + /* one item */ + &:first-child:nth-last-child(1) { + flex-basis: 100%; + } + + /* two items */ + &:first-child:nth-last-child(2), + &:first-child:nth-last-child(2) ~ .box { + flex-basis: 50%; + } + + /* three items */ + &:first-child:nth-last-child(3), + &:first-child:nth-last-child(3) ~ .box { + flex-basis: 33.3333%; + } } } @@ -324,8 +369,8 @@ } } -.boxesContentTop { - margin-bottom: 40px; +.boxesContentTop:not(:first-child) { + margin-top: 40px; } .boxesContentBottom { @@ -417,6 +462,31 @@ /* styling for boxes in