vendor/assets/stylesheets/_footer.scss in active_frontend-12.4.32 vs vendor/assets/stylesheets/_footer.scss in active_frontend-13.0.0
- old
+ new
@@ -23,14 +23,13 @@
margin: 0;
padding: 0;
}
.footer-nav > li {
float: left;
- font-size: 9px;
- font-weight: 500;
+ font-size: 10px;
+ font-weight: bold;
margin: 0 5px;
- text-transform: uppercase;
}
.footer-nav > li:first-child { margin-left: 0; }
.footer-nav > li:last-child { margin-right: 0; }
.footer-nav > li > a:hover,
.footer-nav > li > a.active,
@@ -53,11 +52,11 @@
background: $color-black;
border-color: $color-dark-black;
color: $color-white;
}
.footer-light {
- background: $color-light-haze;
+ background: lighten($color-light-haze, 2%);
border-color: $color-dark-haze;
}
/* # Media Queries
================================================== */
@@ -67,6 +66,6 @@
only screen and ( -o-min-device-pixel-ratio: 2/1),
only screen and ( min-device-pixel-ratio: 2),
only screen and ( min-resolution: 192dpi),
only screen and ( min-resolution: 2dppx) {
.footer { border-width: 0.5px; }
-}
\ No newline at end of file
+}