mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-11-30 19:27:44 +08:00
alert.css should use variables for colours instead of hardcoded values
This commit is contained in:
parent
baf3d192d8
commit
cc12fe31de
@ -18,19 +18,19 @@
|
||||
transition: opacity .2s;
|
||||
|
||||
@modifier success {
|
||||
background-color: #13ce66;
|
||||
background-color: var(--color-success);
|
||||
}
|
||||
|
||||
@modifier info {
|
||||
background-color: #50bfff;
|
||||
background-color: var(--color-info);
|
||||
}
|
||||
|
||||
@modifier warning {
|
||||
background-color: #f7ba2a;
|
||||
background-color: var(--color-warning);
|
||||
}
|
||||
|
||||
@modifier error {
|
||||
background-color: #ff4949;
|
||||
background-color: var(--color-danger);
|
||||
}
|
||||
|
||||
@e content {
|
||||
|
Loading…
Reference in New Issue
Block a user