Skip to content
Snippets Groups Projects
Commit 9d196774 authored by Jérémie BRISON's avatar Jérémie BRISON
Browse files

fix(form) : fix color progressbar

parent dee77ff5
No related branches found
No related tags found
3 merge requests!68Recette,!67Dev,!66Fix/form design create structure
...@@ -201,7 +201,7 @@ $progressBar-height: 50px; ...@@ -201,7 +201,7 @@ $progressBar-height: 50px;
height: 6px; height: 6px;
border-radius: 7px; border-radius: 7px;
&::-webkit-progress-bar { &::-webkit-progress-bar {
background-color: $white; background-color: $grey-6;
} }
&::-webkit-progress-value { &::-webkit-progress-value {
background-color: $secondary-color; background-color: $secondary-color;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment