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

fix(search ) : color localisation/nbStructures/ButtonSearch

parent 80f0b99e
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