UX: TMP fix (CSS revert) until translations are ready for flex
This commit is contained in:
parent
e32bf19cd3
commit
23a4936826
|
@ -3,25 +3,18 @@
|
||||||
background-color: $danger-low;
|
background-color: $danger-low;
|
||||||
color: $primary;
|
color: $primary;
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
|
||||||
|
|
||||||
.close {
|
.close {
|
||||||
font-size: $font-up-3;
|
font-size: $font-up-3;
|
||||||
align-self: flex-start;
|
position: absolute;
|
||||||
margin-left: auto;
|
top: 8px;
|
||||||
|
right: 8px;
|
||||||
|
|
||||||
.d-icon {
|
.d-icon {
|
||||||
color: $primary-low-mid;
|
color: $primary-low-mid;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.text {
|
|
||||||
flex: 1 1 auto;
|
|
||||||
|
|
||||||
& + .close {
|
|
||||||
margin-left: 0.5em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
&.alert-success {
|
&.alert-success {
|
||||||
background-color: $success-low;
|
background-color: $success-low;
|
||||||
|
|
Loading…
Reference in New Issue