2
0
mirror of https://github.com/tusen-ai/naive-ui.git synced 2025-02-11 13:10:26 +08:00
naive-ui/styles/themes/light/components/Descriptions.scss

7 lines
405 B
SCSS
Raw Normal View History

2019-11-26 13:05:25 +08:00
@mixin setup-light-descriptions {
2020-02-19 21:08:31 +08:00
$--descriptions-header-background-color: $--n-table-header-background-color !global;
2020-02-19 13:36:29 +08:00
$--descriptions-header-text-color: $--n-primary-text-color !global;
2019-12-26 23:58:50 +08:00
$--descriptions-content-text-color: $--n-secondary-text-color !global;
2020-02-19 21:08:31 +08:00
$--descriptions-content-background-color: $--n-card-background-color !global;
2020-02-20 13:22:48 +08:00
$--descriptions-border-color: $--n-divider-color !global;
2019-11-26 13:05:25 +08:00
}