vendor/assets/stylesheets/_toolbar.scss in active_frontend-12.4.20 vs vendor/assets/stylesheets/_toolbar.scss in active_frontend-12.4.21

- old
+ new

@@ -53,12 +53,26 @@ background: $color-transparent; color: $color-gray; cursor: not-allowed; pointer-events: none; } +.toolbar > a > .label { + border-radius: 2px; + font-size: 9px; + font-style: normal; + letter-spacing: 0; + line-height: 1; + margin: 5px 0 0 -5px; + min-width: 19px; + padding: 4px 5px 3px 5px; + position: absolute; + text-indent: 0 !important; + vertical-align: middle; +} +.toolbar-alt > a > .label { margin-left: 5px; } .toolbar > .tooltip { - min-width: 80px; - width: 80px; + min-width: 90px; + width: 90px; } /* # Styles ================================================== */ .toolbar-bordered > a { \ No newline at end of file