first init
This commit is contained in:
10
resources/scss/components/_tooltip.scss
Executable file
10
resources/scss/components/_tooltip.scss
Executable file
@@ -0,0 +1,10 @@
|
||||
//
|
||||
// tooltip.scss
|
||||
//
|
||||
|
||||
@each $color,
|
||||
$value in $theme-colors {
|
||||
.#{$color}-tooltip {
|
||||
--#{$prefix}tooltip-bg: var(--#{$prefix}#{$color}) !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user