vendor/assets/stylesheets/header.scss in active_frontend-2.0.13 vs vendor/assets/stylesheets/header.scss in active_frontend-2.0.14
- old
+ new
@@ -59,11 +59,11 @@
text-decoration: none;
text-transform: uppercase;
text-overflow: ellipsis;
vertical-align: middle;
white-space: nowrap;
- width: 220px;
+ width: 210px;
}
.header-trunk > li:first-child > a { border-left: 1px solid rgba(230,237,242,1); }
.header-trunk > li > a > .badge,
.header-trunk > li > a > .label {
display: inline-block;
@@ -88,9 +88,14 @@
margin: 0 0 0 -1px;
padding: 10px 0;
width: calc(100% + 1px);
}
.header-trunk > li > ul.dropdown-menu > li.divider { margin: 14px 0 10px 0; }
+.header-trunk > li > ul.dropdown-menu > li > a > i {
+ display: inline-block;
+ text-align: center;
+ width: 12px;
+}
.header-trunk > li .badge,
.header-trunk > li .label { margin: -8px 0 -6px 0; }
.header-search {
float: left;
margin: 19px 0 0 20px;
\ No newline at end of file