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
338 B
17 lines
338 B
.bi-tooltip { |
|
max-width: 250px; |
|
-webkit-border-radius: 2px; |
|
-moz-border-radius: 2px; |
|
border-radius: 2px; |
|
font-size: 12px; |
|
} |
|
.bi-tooltip.tooltip-success { |
|
background: #fff5c1; |
|
border: 1px solid #fff5c1; |
|
color: #1a1a1a; |
|
} |
|
.bi-tooltip.tooltip-warning { |
|
background: #fddddd; |
|
color: #e85050; |
|
border: 1px solid #f4cbcb; |
|
}
|
|
|