mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-27 06:05:19 +00:00
New colors for wizard progress
This commit is contained in:
13
app/webpacker/css/admin/v2/components/wizard_progress.scss
Normal file
13
app/webpacker/css/admin/v2/components/wizard_progress.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
ul.wizard-progress li {
|
||||
a {
|
||||
color: white;
|
||||
}
|
||||
|
||||
&.current {
|
||||
background-color: $v2-blue-light;
|
||||
&:before,
|
||||
&:after {
|
||||
background-color: $v2-blue-light;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -12,6 +12,7 @@
|
||||
@import "components/sidebar.scss";
|
||||
@import "components/tom_select.scss";
|
||||
@import "components/dropdown.scss";
|
||||
@import "components/wizard_progress.scss";
|
||||
|
||||
body {
|
||||
background-color: $v2-body-bg;
|
||||
|
||||
Reference in New Issue
Block a user