Skip to content
Snippets Groups Projects
Commit aa6ebd22 authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

Merge branch 'feat-review-search' into 'dev'

Change color localisation/nbStructures/ButtonSearch

See merge request web-et-numerique/pamn_plateforme-des-acteurs-de-la-mediation-numerique/pamn_client!29
parents 80f0b99e b0e55350
No related branches found
No related tags found
2 merge requests!31Recette,!29Change color localisation/nbStructures/ButtonSearch
......@@ -41,7 +41,7 @@ button {
.searchButton {
background: $white;
height: 31px;
color: $primary-color;
color: $secondary-color;
padding: 3px 16px 3px 16px;
display: table-cell;
vertical-align: middle;
......
......@@ -8,7 +8,7 @@
display: grid;
align-items: center;
height: 32px;
background-color: $secondary-color;
background-color: $grey-4;
padding-left: 9px;
margin: 0 16px;
}
......
......@@ -52,7 +52,7 @@
border-radius: 50% 50% 50% 0;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
background-color: $secondary-color;
background-color: $grey-3;
&:before {
content: '';
position: absolute;
......
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