naive-ui/styles/themes/dark/components/Descriptions.scss
songwanli2025@163.com f5737f3df7 merge
2020-02-21 15:26:51 +08:00

7 lines
404 B
SCSS

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