Skip to content

Commit

Permalink
Fixe la taille du + de la recherche dans le menu mobile (#4422)
Browse files Browse the repository at this point in the history
fix #4418
  • Loading branch information
motet-a authored and pierre-24 committed Aug 2, 2017
1 parent 6610013 commit 70f2046
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions assets/scss/components/_mobile-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,22 @@
top: 0;
left: 0;
width: 100%;
display: flex;

form {
flex: 1;
}

input {
color: #EEE;
background-color: #333;
width: 76%;
height: 30px;
padding: 10px 5%;
font-size: 16px;
font-size: 1.6rem;
width: 100%;
height: 100%;
box-sizing: border-box;

&:hover,
&:focus {
Expand All @@ -47,12 +54,14 @@
background-color: #333;
}
}

button {
display: none;
}

.search-more {
background-color: #3F3F3F;
width: 14%;
width: 50px;
height: 50px;
line-height: 50px;
color: #CCC;
Expand Down

0 comments on commit 70f2046

Please sign in to comment.