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

fix(modal-filter) : fix color

parent 1b1dbe85
No related branches found
No related tags found
3 merge requests!103Recette,!102Dev,!91fix(modal-filter) : fix color
...@@ -60,12 +60,13 @@ ...@@ -60,12 +60,13 @@
} }
} }
.selected { .selected {
border-color: $primary-color !important; background-color: $secondary-color;
color: inherit; border-color: $secondary-color !important;
color: $white;
.arrow { .arrow {
background-color: transparent; background-color: transparent;
border-bottom: 1px solid $primary-color; border-bottom: 1px solid $white;
border-right: 1px solid $primary-color; border-right: 1px solid $white;
transform: translateY(25%) rotate(-135deg); transform: translateY(25%) rotate(-135deg);
margin: 0 5px 0 10px; margin: 0 5px 0 10px;
height: 7px; height: 7px;
......
...@@ -106,7 +106,7 @@ button { ...@@ -106,7 +106,7 @@ button {
opacity: 0; opacity: 0;
display: none; display: none;
&:checked ~ .customCheck { &:checked ~ .customCheck {
background-color: $primary-color; background-color: $green-1;
border-color: transparent; border-color: transparent;
} }
&:checked ~ .customCheck:after { &:checked ~ .customCheck:after {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment