vendor/assets/stylesheets/components/_header.scss in active_frontend-15.1.6 vs vendor/assets/stylesheets/components/_header.scss in active_frontend-16.0.0
- old
+ new
@@ -6,12 +6,13 @@
// scss-lint:disable NestingDepth
// Header
// ==================================================
.header {
- background: color(white);
- border-bottom: 1px solid color(dark-haze);
+ background: color(transparent);
+ border-bottom: 1px solid color(transparent);
box-sizing: border-box;
+ color: color(white);
height: 76px;
line-height: 1;
padding: 18px 0;
&.absolute,