naive-ui/styles/themes/dark/components/Timeline.scss
songwanli2025@163.com 4f90dd3b05 merge from upstream
2019-12-17 14:36:37 +08:00

13 lines
488 B
SCSS

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