naive-ui/styles/themes/dark/components/Timeline.scss
2019-10-18 18:26:09 +08:00

13 lines
486 B
SCSS

@mixin setup-dark-timeline {
$--timeline-item-circle-border-color: (
'default': $--n-primary-color,
'info': $--info-6,
'error': $--error-6,
'success': $--success-6,
'warning': $--warning-6
) !global;
$--timeline-item-title-color: $--n-text-color !global;
$--timeline-item-content-color: $--n-secondary-text-color !global;
$--timeline-item-meta-color: rgba(255, 255, 255, .45) !global;
$--timeline-line-background-color: rgba(255, 255, 255, .2) !global;
}