2019-10-18 18:26:09 +08:00
|
|
|
@mixin setup-dark-timeline {
|
|
|
|
$--timeline-item-circle-border-color: (
|
2019-12-13 22:34:00 +08:00
|
|
|
'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;
|
2019-12-13 22:34:00 +08:00
|
|
|
$--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;
|
|
|
|
}
|