-.boxesFooter {
- background-color: $wcfFooterBackground;
- color: $wcfFooterText;
- flex: 0 0 auto;
-
- @include screen-md-up {
- padding: 40px 0;
- }
-
- @include screen-sm-down {
- padding: 20px 0;
- }
-
- a {
- color: $wcfFooterLink;
-
- &:hover {
- color: $wcfFooterLinkActive;
- text-decoration: underline;
- }
- }
-}
-
.pageFooterCopyright {
background-color: $wcfFooterCopyrightBackground;
color: $wcfFooterCopyrightText;
text-align: center;
@include screen-md-up {
- padding: 40px 0;
+ padding: 20px 0;
}
@include screen-sm-down {