vendor/assets/stylesheets/spectre/_menus.scss in spectre_scss-0.5.0.0 vs vendor/assets/stylesheets/spectre/_menus.scss in spectre_scss-0.5.1.0
- old
+ new
@@ -6,11 +6,11 @@
list-style: none;
margin: 0;
min-width: $control-width-xs;
padding: $unit-2;
transform: translateY($layout-spacing-sm);
- z-index: $zindex-1;
+ z-index: $zindex-3;
&.menu-nav {
background: transparent;
box-shadow: none;
}
@@ -36,9 +36,15 @@
&:active,
&.active {
background: $secondary-color;
color: $primary-color;
}
+ }
+
+ .form-checkbox,
+ .form-radio,
+ .form-switch {
+ margin: $unit-h 0;
}
& + .menu-item {
margin-top: $unit-1;
}