Skip to content

Commit

Permalink
fix(aio): remove searchbox shrink animation
Browse files Browse the repository at this point in the history
  • Loading branch information
wardbell authored and petebacondarwin committed May 17, 2017
1 parent 593fe5e commit 238c523
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions aio/src/styles/1-layouts/_top-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

0 comments on commit 238c523

Please sign in to comment.