Commit c228cde2 by Torkel Ödegaard Committed by GitHub

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

parent aee07949
......@@ -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';
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment