naive-ui/styles/themes/light/components/Tooltip.scss

5 lines
204 B
SCSS
Raw Normal View History

2019-09-28 13:47:54 +08:00
@mixin setup-light-tooltip {
2019-10-22 16:35:44 +08:00
$--tooltip-background-color: $--alpha-neutral-2 !global;
2019-09-28 13:47:54 +08:00
$--tooltip-color: rgb(255, 255, 255) !global;
$--tooltip-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.08) !global;
}