mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-09 23:06:06 +00:00
14 lines
185 B
SCSS
14 lines
185 B
SCSS
ul.wizard-progress li {
|
|
a {
|
|
color: white;
|
|
}
|
|
|
|
&.current {
|
|
background-color: $v2-blue-light;
|
|
&:before,
|
|
&:after {
|
|
background-color: $v2-blue-light;
|
|
}
|
|
}
|
|
}
|