mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Minor style fixes
This commit is contained in:
parent
a4dd63e224
commit
b14958edef
@ -16,6 +16,7 @@
|
|||||||
border-radius: $border-radius;
|
border-radius: $border-radius;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Alternate styles
|
// Alternate styles
|
||||||
@ -62,7 +63,6 @@
|
|||||||
|
|
||||||
.alert-title {
|
.alert-title {
|
||||||
font-weight: $font-weight-semi-bold;
|
font-weight: $font-weight-semi-bold;
|
||||||
padding-bottom: 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.alert-icon {
|
.alert-icon {
|
||||||
|
@ -117,7 +117,8 @@
|
|||||||
.navbar-button {
|
.navbar-button {
|
||||||
@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);
|
||||||
|
|
||||||
display: inline-block;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
font-weight: $btn-font-weight;
|
font-weight: $btn-font-weight;
|
||||||
padding: 6px 11px;
|
padding: 6px 11px;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
|
Loading…
Reference in New Issue
Block a user