mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
7 lines
370 B
SCSS
7 lines
370 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-text-color !global;
|
|
$--descriptions-content-background-color: $--n-card-color !global;
|
|
$--descriptions-border-color: $--n-alpha-border-color !global;
|
|
} |