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.
17 lines
442 B
17 lines
442 B
8 years ago
|
@import "../../../bibase";
|
||
|
|
||
|
.bi-tooltip{
|
||
|
max-width: 250px;
|
||
|
.border-radius(2px);
|
||
|
font-size: 12px;
|
||
|
&.tooltip-success{
|
||
|
background: @color-bi-tooltip-success-background;
|
||
|
border: 1px solid @color-bi-tooltip-success-background;
|
||
|
color: @color-bi-text-black;
|
||
|
}
|
||
|
&.tooltip-warning{
|
||
|
background: @color-bi-tip-warning-background;
|
||
|
color: @color-bi-text-warning;
|
||
|
border: 1px solid @color-bi-tooltip-warning-border;
|
||
|
}
|
||
|
}
|