vendor/assets/stylesheets/_sidebar.scss in active_frontend-6.4.2 vs vendor/assets/stylesheets/_sidebar.scss in active_frontend-6.5.0
- old
+ new
@@ -57,17 +57,21 @@
overflow-y: auto;
}
/* # Colors
================================================== */
-.sidebar-dark {
- background: rgba(35,41,55,1);
- border-color: rgba(0,0,0,0.2);
-}
+.sidebar-dark,
+.sidebar-primary { border-color: rgba(0,0,0,0.2); }
+.sidebar-dark { background: rgba(35,41,55,1); }
+.sidebar-primary { background: $primary-color; }
.sidebar-dark.sidebar-alt,
.sidebar-dark > .sidebar-header,
-.sidebar-dark > .sidebar-scrollable { border-color: rgba(0,0,0,0.2); }
-.sidebar-dark > .sidebar-header > h6 { color: rgba(255,255,255,1); }
+.sidebar-dark > .sidebar-scrollable,
+.sidebar-primary.sidebar-alt,
+.sidebar-primary > .sidebar-header,
+.sidebar-primary > .sidebar-scrollable { border-color: rgba(0,0,0,0.2); }
+.sidebar-dark > .sidebar-header > h6,
+.sidebar-primary > .sidebar-header > h6 { color: rgba(255,255,255,1); }
.sidebar-light {
background: rgba(245,248,250,1);
border-color: rgba(225,232,237,1);
}
.sidebar-light.sidebar-alt,
\ No newline at end of file