fix(aio): remove searchbox shrink animation
This commit is contained in:
parent
593fe5ed25
commit
238c5238a5
@ -95,18 +95,10 @@ aio-search-box input {
|
|||||||
background-color: $offwhite;
|
background-color: $offwhite;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
width:150px;
|
width: 200px;
|
||||||
height: 40%;
|
height: 40%;
|
||||||
@include bp(big) {
|
|
||||||
transition: width 0.4s ease-in-out;
|
|
||||||
&:focus {
|
|
||||||
width: 50%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 480px) {
|
||||||
transition: width 0.4s ease-in-out;
|
width: 180px;
|
||||||
&:focus {
|
|
||||||
width: 50%;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user