New colors for wizard progress

This commit is contained in:
Jean-Baptiste Bellet
2022-12-08 16:53:05 +01:00
parent 2ccb7de004
commit 26684f7db5
2 changed files with 14 additions and 0 deletions

View 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;
}
}
}

View File

@@ -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;