mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-30 12:52:43 +08:00
5 lines
212 B
SCSS
5 lines
212 B
SCSS
@mixin setup-dark-back-top {
|
|
$--back-top-button-fill: rgba(255, 255, 255, 0.45) !global;
|
|
$--back-top-button-fill-hover: $--primary-6 !global;
|
|
$--back-top-button-fill-active: rgba(77, 177, 153, 1) !global;
|
|
} |