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 @@
}
}
.selected {
border-color: $primary-color !important;
color: inherit;
background-color: $secondary-color;
border-color: $secondary-color !important;
color: $white;
.arrow {
background-color: transparent;
border-bottom: 1px solid $primary-color;
border-right: 1px solid $primary-color;
border-bottom: 1px solid $white;
border-right: 1px solid $white;
transform: translateY(25%) rotate(-135deg);
margin: 0 5px 0 10px;
height: 7px;
......
......@@ -106,7 +106,7 @@ button {
opacity: 0;
display: none;
&:checked ~ .customCheck {
background-color: $primary-color;
background-color: $green-1;
border-color: transparent;
}
&: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