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
|
|
|
}
|