From 948d705160ac48f7580438541472ccb8f5ba3f9d Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Fri, 11 Mar 2016 00:55:30 +0100 Subject: [PATCH] Added footer menu styling --- wcfsetup/install/files/style/layout/box.scss | 34 ++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/wcfsetup/install/files/style/layout/box.scss b/wcfsetup/install/files/style/layout/box.scss index bacff2cc13..1225c6db75 100644 --- a/wcfsetup/install/files/style/layout/box.scss +++ b/wcfsetup/install/files/style/layout/box.scss @@ -390,4 +390,38 @@ float: left; width: 20%; } + + .boxMenu { + display: flex; + flex-wrap: wrap; + margin-bottom: -20px; + margin-left: -10px; + margin-right: -10px; + + .boxMenuLink { + display: inline-block; + } + + > li { + flex: 0 0 25%; + margin-bottom: 20px; + padding-left: 10px; + padding-right: 10px; + + &.boxMenuHasChildren { + > .boxMenuLink { + @extend .wcfFontHeadline; + + margin-bottom: 10px; + } + + > ol { + a { + // use text color instead + color: $wcfFooterText; + } + } + } + } + } } -- 2.20.1