forked from fanruan/fineui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
524 B
27 lines
524 B
@import "../../../index.less"; |
|
|
|
.bi-toast { |
|
color: @color-bi-color-toast-text; |
|
line-height: @font-size-16; |
|
.border-radius(2px); |
|
|
|
&.toast-success { |
|
background: @color-bi-background-toast-success; |
|
} |
|
|
|
&.toast-warning { |
|
background: @color-bi-background-toast-warning; |
|
} |
|
|
|
&.toast-error { |
|
background: @color-bi-background-toast-error; |
|
} |
|
|
|
&.toast-normal, &.toast-common, &.toast-loading { |
|
background: @color-bi-background-toast-normal; |
|
} |
|
|
|
& .toast-icon { |
|
font-size: @font-size-16; |
|
} |
|
}
|
|
|