mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Minor style fix to button group
This commit is contained in:
parent
9a598be4f7
commit
0c4f59a7f1
@ -1,5 +1,6 @@
|
|||||||
.toggle-button-group {
|
.toggle-button-group {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
padding-top: 5px;
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
@include buttonBackground($btn-inverse-bg, $btn-inverse-bg-hl, $btn-inverse-text-color, $btn-inverse-text-shadow);
|
@include buttonBackground($btn-inverse-bg, $btn-inverse-bg-hl, $btn-inverse-text-color, $btn-inverse-text-shadow);
|
||||||
|
Loading…
Reference in New Issue
Block a user