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