margin-top: 40px;
}
+ .boxTitle {
+ color: $wcfContentHeadlineText;
+
+ @extend .wcfFontSection;
+
+ a {
+ color: $wcfContentHeadlineLink;
+
+ &:hover {
+ color: $wcfContentHeadlineLinkActive;
+ }
+ }
+ }
+
.boxWithImage {
@extend .clearfix;
.boxesContentBottom {
.box {
&:not(:first-child) {
- margin-top: 30px;
+ margin-top: 40px;
}
}
.boxTitle {
color: $wcfContentHeadlineText;
+ @extend .wcfFontSection;
+
a {
color: $wcfContentHeadlineLink;
}
.boxesContentTop {
- margin-bottom: 30px;
+ margin-bottom: 40px;
}
.boxesContentBottom {
- margin-top: 30px;
+ margin-top: 40px;
}
/* styling for boxes in <footerBoxes> position */