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

7 lines
175 B
SCSS
Raw Normal View History

2019-10-08 14:14:30 +08:00
@mixin setup-light-loading-bar {
$--loading-bar-background-color: (
2019-10-12 14:23:40 +08:00
"error": $--error-6,
"loading": $--success-6
2019-10-08 14:14:30 +08:00
) !global;
$--loading-bar-height: 2px !global;
}