Skip to content
Snippets Groups Projects
Commit 6c9f686a authored by Antonin COQUET's avatar Antonin COQUET
Browse files

Merge branch 'fix/select-modal' into 'dev'

fix(modal-filter) : fix color

See merge request web-et-numerique/pamn_plateforme-des-acteurs-de-la-mediation-numerique/pamn_client!91
parents 1b1dbe85 f6784bd2
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