naive-ui/styles/themes/dark/components/Timeline.scss

13 lines
488 B
SCSS
Raw Normal View History

2019-10-18 18:26:09 +08:00
@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
2019-10-18 18:26:09 +08:00
) !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;
2019-10-18 18:26:09 +08:00
$--timeline-line-background-color: rgba(255, 255, 255, .2) !global;
}