Commit c228cde2 by Torkel Ödegaard Committed by GitHub

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

parent aee07949
...@@ -54,6 +54,7 @@ ...@@ -54,6 +54,7 @@
background: none; background: none;
display: flex; display: flex;
align-items: center; align-items: center;
.fa { .fa {
align-self: flex-end; align-self: flex-end;
font-size: 21px; font-size: 21px;
...@@ -78,6 +79,11 @@ ...@@ -78,6 +79,11 @@
.alert-body { .alert-body {
flex-grow: 1; flex-grow: 1;
a {
color: $white;
text-decoration: underline;
}
} }
.alert-icon-on-top { .alert-icon-on-top {
......
...@@ -14,3 +14,4 @@ ...@@ -14,3 +14,4 @@
@import 'TimePicker/TimeOfDayPicker'; @import 'TimePicker/TimeOfDayPicker';
@import 'Tooltip/Tooltip'; @import 'Tooltip/Tooltip';
@import 'ValueMappingsEditor/ValueMappingsEditor'; @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