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.

18 lines
425 B

7 years ago
@import "../../../index";
8 years ago
.bi-tooltip{
position: fixed !important;
8 years ago
max-width: 250px;
.border-radius(2px);
font-size: 12px;
7 years ago
color: @color-bi-text;
8 years ago
&.tooltip-success{
background: @color-bi-tooltip-success-background;
border: 1px solid @color-bi-tooltip-success-background;
7 years ago
8 years ago
}
&.tooltip-warning{
7 years ago
background: @color-bi-background-failure;
7 years ago
border: 1px solid @color-bi-tooltip-failure-border;
8 years ago
}
}