<box>
<position>footer</position>
- <cssClassName>footerLinks</cssClassName>
+ <cssClassName>boxMenuLinkGroup</cssClassName>
<showHeader>0</showHeader>
<visibleEverywhere>1</visibleEverywhere>
</box>
}
}
+ .boxMenuLinkGroup {
+ .boxMenu {
+ > li {
+ > ol {
+ a {
+ // use text color instead
+ color: $wcfFooterText;
+ }
+ }
+ }
+ }
+ }
+
+ .styleChanger {
+ @include screen-sm-down {
+ display: none;
+ }
+
+ @include screen-md-up {
+ float: right;
+ padding-left: 20px;
+ }
+ }
+}
+
+.boxesTop,
+.boxesBottom,
+.boxesFooter {
.boxMenu {
display: inline-flex;
margin-left: -10px;
}
}
- .footerLinks {
+ .boxMenuLinkGroup {
&:not(:first-child) {
margin-top: 40px;
}
margin-bottom: 10px;
}
-
- > ol {
- a {
- // use text color instead
- color: $wcfFooterText;
- }
- }
}
}
}
-
- .styleChanger {
- @include screen-sm-down {
- display: none;
- }
-
- @include screen-md-up {
- float: right;
- padding-left: 20px;
- }
- }
}