6 lines
105 B
SCSS
6 lines
105 B
SCSS
.tooltip-light {
|
|
.tooltip-inner {
|
|
background-color: var(--#{$prefix}emphasis-bg) !important;
|
|
}
|
|
}
|