naive-ui/styles/themes/dark/components/BackTop.scss
songwanli2025@163.com 4dddf37671 add theme to BackTop
2019-10-16 11:33:49 +08:00

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;
}