vendor/assets/stylesheets/button.scss in active_frontend-3.0.0 vs vendor/assets/stylesheets/button.scss in active_frontend-3.0.1

- old
+ new

@@ -372,11 +372,11 @@ margin-left: 0; } .btn-group > .dropdown-toggle:not(:first-child) { border-left-color: rgba(0,0,0,0.15); } .btn-group > .btn, .btn-group-vertical > .btn { - margin-left: -1px; + margin-left: -2px; position: relative; } .btn-group > .btn:first-child { margin-left: 0; } .btn-group > .btn:active, .btn-group > .btn.active, @@ -392,11 +392,11 @@ .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn { display: block; margin-left: 0; - margin-top: -1px; + margin-top: -2px; max-width: 100%; width: 100%; } .btn-group-vertical > .btn:first-child { margin-left: 0; } .btn-group-justified { @@ -441,19 +441,19 @@ .btn-group-responsive > .btn, .btn-group-responsive > .btn-group, .btn-group-responsive > .btn-group > .btn { display: block; margin-left: 0; - margin-top: -1px; + margin-top: -2px; max-width: 100%; width: 100%; } .btn-group-responsive > .btn:first-child { margin-left: 0; } .btn-group-vertical-responsive > .btn, .btn-group-vertical-responsive > .btn-group, .btn-group-vertical-responsive > .btn-group > .btn { display: inline-block; - margin-left: -1px; + margin-left: -2px; margin-top: 0; max-width: initial; width: initial; } } \ No newline at end of file