mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-02-11 13:10:26 +08:00
13 lines
528 B
SCSS
13 lines
528 B
SCSS
@mixin setup-dark-timeline {
|
|
$--timeline-item-circle-border-color: (
|
|
'default': $--n-tertiary-text-color,
|
|
'info': $--n-info-hs-color,
|
|
'error': $--n-error-hs-color,
|
|
'success': $--n-success-hs-color,
|
|
'warning': $--n-warning-hs-color
|
|
) !global;
|
|
$--timeline-item-title-color: $--n-primary-text-color !global;
|
|
$--timeline-item-content-color: $--n-secondary-text-color !global;
|
|
$--timeline-item-meta-color: $--n-tertiary-text-color !global;
|
|
$--timeline-line-background-color: $--n-rail-color !global;
|
|
} |