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

13 lines
476 B
SCSS

@mixin setup-light-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(0, 0, 0, .45) !global;
$--timeline-line-background-color: rgba(0, 0, 0, .15) !global;
}