fineui是帆软报表和BI产品线所使用的前端框架。

15 lines
250 B

8 years ago
.bi-toast {
font-size: 14px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.bi-toast.toast-success {
background: #e1f4e7;
7 years ago
color: #5cb75d;
8 years ago
}
.bi-toast.toast-warning {
background: #ffecec;
color: #ff4949;
8 years ago
}