mirror of
https://github.com/discourse/discourse.git
synced 2024-12-04 03:03:40 +08:00
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;
|
||||
color: $primary;
|
||||
position: relative;
|
||||
display: flex;
|
||||
|
||||
.close {
|
||||
font-size: $font-up-3;
|
||||
align-self: flex-start;
|
||||
margin-left: auto;
|
||||
position: absolute;
|
||||
top: 8px;
|
||||
right: 8px;
|
||||
|
||||
.d-icon {
|
||||
color: $primary-low-mid;
|
||||
}
|
||||
}
|
||||
|
||||
.text {
|
||||
flex: 1 1 auto;
|
||||
|
||||
& + .close {
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
&.alert-success {
|
||||
background-color: $success-low;
|
||||
|
|
Loading…
Reference in New Issue
Block a user