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/dark/components/Timeline.scss
2020-02-20 13:22:48 +08:00

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