Alert: Minor tweak to work with license warnings (#21654)

This commit is contained in:
Torkel Ödegaard 2020-01-22 07:53:24 +01:00 committed by GitHub
parent aee07949a3
commit c228cde2b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -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 {

View File

@ -14,3 +14,4 @@
@import 'TimePicker/TimeOfDayPicker';
@import 'Tooltip/Tooltip';
@import 'ValueMappingsEditor/ValueMappingsEditor';
@import 'Alert/Alert';