mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-24 12:45:18 +08:00
7 lines
405 B
SCSS
7 lines
405 B
SCSS
@mixin setup-light-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;
|
|
} |