Update classes
This commit is contained in:
parent
5e4b7e2028
commit
5ab2444fbc
@ -95,10 +95,23 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.alert-position {
|
.alert-position {
|
||||||
//flex: 1;
|
flex: 1;
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.alert-content {
|
||||||
|
flex: 1;
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
|
.alert.justify-end .alert-content {
|
||||||
|
justify-content: flex-end;
|
||||||
|
}
|
||||||
|
|
||||||
|
.alert.justify-center .alert-content {
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
.alert-close {
|
.alert-close {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 0;
|
flex: 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user