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.

25 lines
531 B

7 years ago
@import "../../../index";
8 years ago
.bi-toast{
color: @color-bi-color-toast-text;
max-width: 400px;
min-width: 150px;
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;
}
5 years ago
&.toast-normal, &.toast-common{
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
}