fix(aio): remove searchbox shrink animation

This commit is contained in:
Ward Bell 2017-05-15 12:26:30 -07:00 committed by Pete Bacon Darwin
parent 593fe5ed25
commit 238c5238a5
1 changed files with 3 additions and 11 deletions

View File

@ -95,18 +95,10 @@ aio-search-box input {
background-color: $offwhite;
padding: 5px 10px;
margin-left: 8px;
width:150px;
width: 200px;
height: 40%;
@include bp(big) {
transition: width 0.4s ease-in-out;
&:focus {
width: 50%;
}
}
@media (max-width: 480px) {
transition: width 0.4s ease-in-out;
&:focus {
width: 50%;
}
width: 180px;
}
}