Skip to content
Snippets Groups Projects
Commit ff588cdc authored by Juliette Kalflèche's avatar Juliette Kalflèche
Browse files

change searchbar color

parent 979528fd
No related branches found
No related tags found
1 merge request!9front 2, le retour, début page home
Pipeline #42511 passed
...@@ -47,7 +47,7 @@ input { ...@@ -47,7 +47,7 @@ input {
box-sizing: border-box; box-sizing: border-box;
width: 50px; width: 50px;
height: 50px; height: 50px;
border: 4px solid #FFFFFF; border: 4px solid #000000;
border-radius: 50%; border-radius: 50%;
background: none; background: none;
color: #fff; color: #fff;
...@@ -89,7 +89,7 @@ input { ...@@ -89,7 +89,7 @@ input {
position: absolute; position: absolute;
width: 20px; width: 20px;
height: 4px; height: 4px;
background-color: #fff; background-color: #000;
-webkit-transform: rotate(45deg); -webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg); -ms-transform: rotate(45deg);
transform: rotate(45deg); transform: rotate(45deg);
...@@ -113,7 +113,7 @@ input { ...@@ -113,7 +113,7 @@ input {
height: 4px; height: 4px;
margin-top: -1px; margin-top: -1px;
margin-left: -13px; margin-left: -13px;
background-color: #fff; background-color: #000;
-webkit-transform: rotate(45deg); -webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg); -ms-transform: rotate(45deg);
transform: rotate(45deg); transform: rotate(45deg);
...@@ -126,7 +126,7 @@ input { ...@@ -126,7 +126,7 @@ input {
position: absolute; position: absolute;
width: 27px; width: 27px;
height: 4px; height: 4px;
background-color: #fff; background-color: #000;
margin-top: -1px; margin-top: -1px;
margin-left: -13px; margin-left: -13px;
cursor: pointer; cursor: pointer;
...@@ -140,10 +140,10 @@ input { ...@@ -140,10 +140,10 @@ input {
padding: 0 40px 0 10px; padding: 0 40px 0 10px;
width: 300px; width: 300px;
height: 50px; height: 50px;
border: 4px solid #FFFFFF; border: 4px solid #000000;
border-radius: 0; border-radius: 0;
background: none; background: none;
color: #fff; color: #000;
font-family: Roboto; font-family: Roboto;
font-size: 16px; font-size: 16px;
font-weight: 400; font-weight: 400;
......
{
"lockfileVersion": 1
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment