fineui是帆软报表和BI产品线所使用的前端框架。
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.

28 lines
524 B

@import "../../../index.less";
8 years ago
.bi-toast {
color: @color-bi-color-toast-text;
line-height: @font-size-16;
8 years ago
.border-radius(2px);
&.toast-success {
4 years ago
background: @color-bi-background-toast-success;
8 years ago
}
&.toast-warning {
4 years ago
background: @color-bi-background-toast-warning;
}
&.toast-error {
4 years ago
background: @color-bi-background-toast-error;
}
&.toast-normal, &.toast-common, &.toast-loading {
4 years ago
background: @color-bi-background-toast-normal;
}
& .toast-icon {
4 years ago
font-size: @font-size-16;
8 years ago
}
5 years ago
}