Minor style fix to button group

This commit is contained in:
Torkel Ödegaard 2019-01-29 21:30:31 +01:00
parent 9a598be4f7
commit 0c4f59a7f1

View File

@ -1,5 +1,6 @@
.toggle-button-group {
display: flex;
padding-top: 5px;
.btn {
@include buttonBackground($btn-inverse-bg, $btn-inverse-bg-hl, $btn-inverse-text-color, $btn-inverse-text-shadow);