Files
sibedas/resources/scss/components/_tooltip.scss
2025-06-13 13:36:27 +00:00

10 lines
166 B
SCSS

//
// tooltip.scss
//
@each $color,
$value in $theme-colors {
.#{$color}-tooltip {
--#{$prefix}tooltip-bg: var(--#{$prefix}#{$color}) !important;
}
}