mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix: Align buttons and label in ToggleButtonGroup (#19036)
This commit is contained in:
@@ -20,6 +20,10 @@ $input-border: 1px solid $input-border-color;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
&--align-center {
|
||||
align-content: center;
|
||||
}
|
||||
|
||||
&--alt {
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
.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);
|
||||
|
||||
height: $input-height;
|
||||
padding: 7px 10px;
|
||||
font-weight: $font-weight-semi-bold;
|
||||
font-size: $font-size-sm;
|
||||
|
||||
Reference in New Issue
Block a user