vendor/assets/stylesheets/_sidebar.scss in active_frontend-10.2.5 vs vendor/assets/stylesheets/_sidebar.scss in active_frontend-10.2.6
- old
+ new
@@ -17,11 +17,11 @@
}
.sidebar-alt {
border-right: 1px solid $color-haze;
border-left: 0;
}
-.sidebar-striped { border-top: 5px solid $color-primary !important; }
+.sidebar-striped { border-top: 3px solid $color-primary !important; }
.sidebar-header {
border-bottom: 1px solid $color-haze;
font-size: 12px;
line-height: 12px;
padding: 12px 20px 10px 10px;
@@ -101,6 +101,7 @@
only screen and ( min-resolution: 192dpi),
only screen and ( min-resolution: 2dppx) {
.sidebar,
.sidebar-header,
.sidebar-scrollable { border-width: 0.5px; }
+ .sidebar-header > h6 { letter-spacing: 0.5px; }
}
\ No newline at end of file