vendor/assets/stylesheets/_toolbar.scss in active_frontend-12.4.19 vs vendor/assets/stylesheets/_toolbar.scss in active_frontend-12.4.20
- old
+ new
@@ -63,26 +63,27 @@
/* # Styles
================================================== */
.toolbar-bordered > a {
background: $color-transparent !important;
border-right: 4px solid $color-transparent !important;
- text-indent: 1px;
+ text-indent: 1.5px;
}
+.toolbar-bordered.toolbar-alt > a {
+ border-left: 4px solid $color-transparent !important;
+ border-right: 0 !important;
+ text-indent: -1.5px;
+}
.toolbar-bordered > a:hover,
.toolbar-bordered > a:focus {
border-left-color: inherit !important;
border-right-color: inherit !important;
}
.toolbar-bordered > a.active,
.toolbar-bordered > a:active {
border-left-color: $color-primary !important;
border-right-color: $color-primary !important;
}
-.toolbar-bordered.toolbar-alt > a {
- border-left: 4px solid $color-transparent !important;
- border-right: 0 !important;
-}
/* # Colors
================================================== */
.toolbar-dark {
background: $color-black;
@@ -115,6 +116,8 @@
only screen and ( min-resolution: 192dpi),
only screen and ( min-resolution: 2dppx) {
.toolbar,
.toolbar-alt,
.toolbar > a { border-width: 0.5px; }
+ .toolbar-bordered > a { text-indent: 2px; }
+ .toolbar-bordered.toolbar-alt > a { text-indent: -2px; }
}
\ No newline at end of file