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