naive-ui/styles/themes/light/components/Descriptions.scss
2019-12-26 23:58:50 +08:00

7 lines
380 B
SCSS

@mixin setup-light-descriptions {
$--descriptions-header-background-color: $--n-table-header-color !global;
$--descriptions-header-text-color: $--n-text-color !global;
$--descriptions-content-text-color: $--n-secondary-text-color !global;
$--descriptions-content-background-color: $--n-card-color !global;
$--descriptions-border-color: $--n-alpha-border-color !global;
}