vendor/assets/stylesheets/components/_header.scss in active_frontend-16.0.24 vs vendor/assets/stylesheets/components/_header.scss in active_frontend-16.1.0
- old
+ new
@@ -10,13 +10,13 @@
.header {
background: color(transparent);
border-bottom: 1px solid color(transparent);
box-sizing: border-box;
color: color(white);
- height: 76px;
+ height: 64px;
line-height: 1;
- padding: 18px 0;
+ padding: 12px 0 0;
&.absolute,
&.fixed { z-index: 1040; }
&.absolute {
position: absolute;
@@ -63,11 +63,11 @@
}
}
}
.header-brand-label { margin: 8px 0 0 10px; }
.header-search {
- margin-top: -3px;
+ margin-top: -2.5px;
width: 260px;
input { margin-bottom: 0; }
+ .header-nav {
@@ -103,10 +103,10 @@
position: absolute;
width: 5px;
}
}
- .btn { margin-top: -14px; }
+ .btn { margin-top: -13.5px; }
}
}
.header-user {
float: right;