File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
src/components/Stepper/Step Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 11@import " vanilla-framework" ;
22
33.step-number {
4- border : 0.08rem solid black ;
4+ border : 0.08rem solid $colors--theme--border-high-contrast ;
55 border-radius : 1rem ;
66 height : 1.4rem ;
77 line-height : 1.3 ;
1313}
1414
1515.step-number-disabled {
16- border : 0.08rem solid #757575 ;
17- color : #757575 ;
16+ border : 0.08rem solid $colors--theme--text-muted ;
17+ color : $colors--theme--text-muted ;
1818}
1919
2020.step-content {
3030}
3131
3232.step-disabled {
33- color : #757575 ;
33+ color : $colors--theme--text-muted ;
3434 pointer-events : none ;
3535}
3636
4141}
4242
4343.step-selected {
44- background-color : var ( --vf-color -background-alt ) ;
44+ background-color : $colors--theme- -background-active ;
4545}
4646
4747.step-optional-content {
5757 }
5858
5959 .step {
60- border-top : 0.2rem solid var ( --vf-color -border-default) ;
60+ border-top : 0.2rem solid $colors--theme- -border-default ;
6161 display : flex ;
6262 height : 100% ;
6363 padding : 0.4rem $spv--medium ;
7777 }
7878
7979 .progress-line {
80- border-top : 0.2rem solid black ;
80+ border-top : 0.2rem solid $colors--theme--border-high-contrast ;
8181 }
8282
8383 :first-child .step {
9292 }
9393
9494 .step {
95- border-left : 0.2rem solid var ( --vf-color -border-default) ;
95+ border-left : 0.2rem solid $colors--theme- -border-default ;
9696 display : flex ;
9797 padding : $spv--medium 0 ;
9898 padding-right : 0.5rem ;
9999 width : fit-content ;
100100 }
101101
102102 .progress-line {
103- border-left : 0.2rem solid black ;
103+ border-left : 0.2rem solid $colors--theme--border-high-contrast ;
104104 }
105105
106106 :first-child .step {
You can’t perform that action at this time.
0 commit comments