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

5 lines
202 B
SCSS
Raw Normal View History

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