Files
openfoodnetwork/app/webpacker/css/admin/v2/components/wizard_progress.scss
2023-01-04 10:41:30 +01:00

20 lines
298 B
SCSS

ul.wizard-progress li {
a {
color: white;
}
background-color: $v2-dark-light-grey;
&:before,
&:after {
background-color: $v2-dark-light-grey;
}
&.current {
background-color: $v2-blue-light;
&:before,
&:after {
background-color: $v2-blue-light;
}
}
}