vendor/assets/stylesheets/_sidebar.scss in active_frontend-12.3.0 vs vendor/assets/stylesheets/_sidebar.scss in active_frontend-12.4.0
- old
+ new
@@ -144,10 +144,19 @@
.sidebar-navbar > a:active,
.sidebar-navbar > a:focus {
background: $color-transparent !important;
color: $color-primary;
}
+.sidebar-navbar-indicator {
+ background: $color-primary;
+ border-radius: 500px;
+ display: inline-block;
+ height: 8px;
+ margin: -7px 0 0 -13px;
+ position: absolute;
+ width: 8px;
+}
.sidebar-form {
border-bottom: 1px solid;
border-color: inherit;
padding: 10px;
}
@@ -265,6 +274,7 @@
.sidebar-header h2,
.sidebar-header h3,
.sidebar-header h4,
.sidebar-header h5,
.sidebar-header h6 { letter-spacing: 0.5px; }
+ .sidebar-navbar-indicator { margin: -6.5px 0 0 -10.5px; }
}
\ No newline at end of file