1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-09-24 10:08:50 +02:00
blog/_src/_assets/styl/search.styl
2015-08-18 20:55:30 +02:00

86 lines
1.3 KiB
Stylus

//
// kremalicious3
// --------------
// Search
//
&.search-open-blur
filter: blur(10px)
user-select: none
pointer-events: none
.search-btn
right: 50px
padding: .65em .85em
.site-search
margin-right: 4%
.search-close
position: absolute
right: 16px
&,
&:active
top: 50%
margin-top: -7px
.search-area
@extend .transition
position: absolute
width: 100%
left: 0
top: 0
z-index: 3
// hidden by default
display: none
&.ready
display: block
.search-popover
position: absolute
left: 0
top: 71px
z-index: 6
width: 100%
padding-top: ($line-height-computed/2)
background: lighten($page-bg, 3%)
border-bottom: 1px solid rgba(255,255,255,.7)
box-shadow: 0 1px 4px alpha($brand-dark, .1)
@media $breakpoint2
top: 0
.search-results
@extend .list-unstyled
display: flex
.grid__col
padding-top: 0
@media $breakpoint2
margin-top: ($line-height-computed/2)
margin-bottom: ($line-height-computed/2)
> li
padding: 0
margin: 0
.search-link
@extend .h6
margin: 0
padding: 15px
display: block
width: 100%
.search-results > li:nth-child(9) &,
.search-results > li:last-child &
border: none
&:before
display: none