mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-11 23:55:16 +01:00
search field placement
This commit is contained in:
parent
27b329218e
commit
7123ff06ac
@ -37,6 +37,9 @@
|
|||||||
transform: translate3d(0,-200px,0)
|
transform: translate3d(0,-200px,0)
|
||||||
|
|
||||||
@media $breakpoint1
|
@media $breakpoint1
|
||||||
|
transform: translate3d(0,-200px,0)
|
||||||
|
|
||||||
|
@media $breakpoint2
|
||||||
transform: translate3d(0,-160px,0)
|
transform: translate3d(0,-160px,0)
|
||||||
|
|
||||||
.menu-open &
|
.menu-open &
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
position: absolute
|
position: absolute
|
||||||
width: 100%
|
width: 100%
|
||||||
left: 0
|
left: 0
|
||||||
top: 0
|
top: -7px
|
||||||
z-index: 3
|
z-index: 3
|
||||||
|
|
||||||
// hidden by default
|
// hidden by default
|
||||||
|
Loading…
Reference in New Issue
Block a user