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

5 lines
208 B
SCSS
Raw Normal View History

2019-09-28 13:47:54 +08:00
@mixin setup-light-tooltip {
2020-02-20 15:26:12 +08:00
$--tooltip-background-color: rgba(0, 0, 0, .85) !global;
2020-02-22 18:08:53 +08:00
$--tooltip-text-color: $--n-base-background-color !global;
2020-02-21 14:59:17 +08:00
$--tooltip-box-shadow: $--n-popover-box-shadow !global;
2019-09-28 13:47:54 +08:00
}