zsmj
2 years ago
4 changed files with 16 additions and 6 deletions
@ -1,22 +1,27 @@
|
||||
@import "../../../index.less"; |
||||
|
||||
.bi-toast{ |
||||
.bi-toast { |
||||
color: @color-bi-color-toast-text; |
||||
line-height: @font-size-16; |
||||
.border-radius(2px); |
||||
&.toast-success{ |
||||
|
||||
&.toast-success { |
||||
background: @color-bi-background-toast-success; |
||||
} |
||||
&.toast-warning{ |
||||
|
||||
&.toast-warning { |
||||
background: @color-bi-background-toast-warning; |
||||
} |
||||
&.toast-error{ |
||||
|
||||
&.toast-error { |
||||
background: @color-bi-background-toast-error; |
||||
} |
||||
&.toast-normal, &.toast-common{ |
||||
|
||||
&.toast-normal, &.toast-common, &.toast-loading { |
||||
background: @color-bi-background-toast-normal; |
||||
} |
||||
& .toast-icon{ |
||||
|
||||
& .toast-icon { |
||||
font-size: @font-size-16; |
||||
} |
||||
} |
||||
|
Loading…
Reference in new issue