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

5 lines
205 B
SCSS
Raw Normal View History

2019-11-26 13:05:25 +08:00
@mixin setup-light-empty {
2019-11-26 15:26:28 +08:00
$--empty-text-color: $--n-disabled-text-color !global;
$--empty-icon-fill: $--n-disabled-text-color !global;
$--empty-extra-text-color: $--n-secondary-text-color !global;
2019-11-26 13:05:25 +08:00
}