mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
5 lines
208 B
SCSS
5 lines
208 B
SCSS
@mixin setup-light-tooltip {
|
|
$--tooltip-background-color: rgba(0, 0, 0, .85) !global;
|
|
$--tooltip-text-color: $--n-base-background-color !global;
|
|
$--tooltip-box-shadow: $--n-popover-box-shadow !global;
|
|
} |