2
0
mirror of https://github.com/tusen-ai/naive-ui.git synced 2025-02-11 13:10:26 +08:00
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 {
2020-02-20 15:26:12 +08:00
$--tooltip-background-color: rgba(0, 0, 0, .85) !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;
}