vendor/assets/stylesheets/_trunk.scss in active_frontend-12.1.11 vs vendor/assets/stylesheets/_trunk.scss in active_frontend-12.1.12
- old
+ new
@@ -11,12 +11,12 @@
border-bottom: 1px solid;
border-color: $color-haze;
color: $color-gray;
position: fixed;
top: 50px;
- min-width: inherit;
- width: inherit;
+ min-width: 100%;
+ width: 100%;
z-index: 1040;
}
.trunk-buffer {
border-color: inherit !important;
padding: 30px 0;
@@ -57,9 +57,10 @@
width: calc(100% - 10px);
}
.trunk-nav > li.title {
border-bottom: 1px solid;
border-color: inherit;
+ color: $color-primary;
font-size: 12px;
letter-spacing: 1px;
padding: 8px 10px;
text-transform: uppercase;
}
\ No newline at end of file