mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alert: Minor tweak to work with license warnings (#21654)
This commit is contained in:
parent
aee07949a3
commit
c228cde2b6
@ -54,6 +54,7 @@
|
||||
background: none;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.fa {
|
||||
align-self: flex-end;
|
||||
font-size: 21px;
|
||||
@ -78,6 +79,11 @@
|
||||
|
||||
.alert-body {
|
||||
flex-grow: 1;
|
||||
|
||||
a {
|
||||
color: $white;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
.alert-icon-on-top {
|
||||
|
@ -14,3 +14,4 @@
|
||||
@import 'TimePicker/TimeOfDayPicker';
|
||||
@import 'Tooltip/Tooltip';
|
||||
@import 'ValueMappingsEditor/ValueMappingsEditor';
|
||||
@import 'Alert/Alert';
|
||||
|
Loading…
Reference in New Issue
Block a user