mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
20 lines
298 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|