vendor/assets/stylesheets/sidebar.scss in active_frontend-5.0.1 vs vendor/assets/stylesheets/sidebar.scss in active_frontend-6.0.0

- old
+ new

@@ -4,11 +4,11 @@ # Media Queries */ /* # Sidebar ================================================== */ .sidebar { - background: rgba(52,64,68,1); + background: rgba(35,41,55,1); border-left: 2px solid rgba(0,0,0,0.2); box-sizing: border-box; height: 100%; min-width: 280px; position: fixed; @@ -17,10 +17,10 @@ .sidebar-alt { border-right: 1px solid rgba(0,0,0,0.2); border-left: 0; } .sidebar-header { - border-bottom: 1px solid rgba(0,0,0,0.15); + border-bottom: 1px solid rgba(0,0,0,0.2); font-size: 12px; line-height: 12px; padding: 12px 20px 10px 10px; } .sidebar-alt > .sidebar-header { \ No newline at end of file