mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
13 lines
476 B
SCSS
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;
|
|
} |