2019-11-26 13:05:25 +08:00
|
|
|
@mixin setup-light-list {
|
2020-02-21 14:59:17 +08:00
|
|
|
$--list-text-color: $--n-secondary-text-color !global;
|
|
|
|
$--list-background-color: $--n-card-background-color !global;
|
|
|
|
$--list-border-color: $--n-divider-color !global;
|
2019-11-26 13:05:25 +08:00
|
|
|
}
|