style(steps): optimize styles of different status

This commit is contained in:
07akioni 2020-05-30 19:11:40 +08:00
parent 46040ed954
commit b9f0c7684e
2 changed files with 6 additions and 6 deletions

View File

@ -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;
}

View File

@ -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;
}