mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
style(steps): optimize styles of different status
This commit is contained in:
parent
46040ed954
commit
b9f0c7684e
@ -21,18 +21,18 @@
|
||||
'process': $--n-disabled-text-color,
|
||||
'wait': $--n-disabled-text-color,
|
||||
'finish': $--n-primary-color,
|
||||
'error': $--n-error-color
|
||||
'error': $--n-disabled-text-color
|
||||
) !global;
|
||||
$--steps-step-content-text-color: (
|
||||
'process': $--n-secondary-text-color,
|
||||
'wait': $--n-disabled-text-color,
|
||||
'finish': $--n-primary-color,
|
||||
'finish': $--n-disabled-text-color,
|
||||
'error': $--n-error-color
|
||||
) !global;
|
||||
$--steps-step-title-text-color: (
|
||||
'process': $--n-primary-text-color,
|
||||
'wait': $--n-disabled-text-color,
|
||||
'finish': $--n-primary-color,
|
||||
'finish': $--n-tertiary-text-color,
|
||||
'error': $--n-error-color
|
||||
) !global;
|
||||
}
|
@ -21,18 +21,18 @@
|
||||
'process': $--n-disabled-text-color,
|
||||
'wait': $--n-disabled-text-color,
|
||||
'finish': $--n-primary-color,
|
||||
'error': $--n-error-color
|
||||
'error': $--n-disabled-text-color
|
||||
) !global;
|
||||
$--steps-step-content-text-color: (
|
||||
'process': $--n-secondary-text-color,
|
||||
'wait': $--n-disabled-text-color,
|
||||
'finish': $--n-primary-color,
|
||||
'finish': $--n-disabled-text-color,
|
||||
'error': $--n-error-color
|
||||
) !global;
|
||||
$--steps-step-title-text-color: (
|
||||
'process': $--n-primary-text-color,
|
||||
'wait': $--n-disabled-text-color,
|
||||
'finish': $--n-primary-color,
|
||||
'finish': $--n-tertiary-text-color,
|
||||
'error': $--n-error-color
|
||||
) !global;
|
||||
}
|
Loading…
Reference in New Issue
Block a user