mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-01-12 14:52:23 +05:30
#306: fix $violet stepper styles
This commit is contained in:
parent
cdec930b94
commit
0272bc3830
@ -60,8 +60,6 @@
|
||||
}
|
||||
|
||||
&:after {
|
||||
background: $green;
|
||||
border-color: darker($green);
|
||||
transition-delay: 0.3s;
|
||||
}
|
||||
}
|
||||
@ -70,6 +68,7 @@
|
||||
.activeStep {
|
||||
&:after {
|
||||
background: $green;
|
||||
border-color: darker($green);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user