/* styling for boxes in <contentTop>/<contentBottom> position */
.boxesContentTop,
.boxesContentBottom {
- .boxTitle {
- color: $wcfContentHeadlineText;
-
- a {
- color: $wcfContentHeadlineLink;
-
- &:hover {
- color: $wcfContentHeadlineLinkActive;
- }
- }
- }
-
.box {
&:not(:first-child) {
margin-top: 30px;
}
}
+ .boxTitle {
+ color: $wcfContentHeadlineText;
+
+ a {
+ color: $wcfContentHeadlineLink;
+
+ &:hover {
+ color: $wcfContentHeadlineLinkActive;
+ }
+ }
+ }
+
.boxImage {
float: left;
width: 20%;
}
}
+ .boxTitle {
+ color: $wcfFooterBoxHeadlineText;
+
+ a {
+ color: $wcfFooterBoxHeadlineLink;
+
+ &:hover {
+ color: $wcfFooterBoxHeadlineLinkActive;
+ }
+ }
+ }
+
.boxImage {
margin-bottom: 10px;
text-align: center;