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

99 lines
1.7 KiB
Stylus

//
// kremalicious3
// --------------
// Navigation
//
.menu-btn,
.search-btn
@extend .textcenter
line-height: 1em
vertical-align: middle
display: inline-block
margin: 0
position: absolute
right: 0
top: -($line-height-computed/4)
&:focus
outline: 0
.icon
&.icon-entypo-menu
width: 24px
height: 24px
&:hover .icon,
&:focus .icon
fill: $link-color
&:active .icon
fill: #fff
.menu-btn
margin-right: -.5em
padding: .5em .7em
// Main Navigation
/////////////////////////////////////
.nav-popover
@extend .divider-top, .list-unstyled
padding: $line-height-computed 0
margin-top: 30px
margin-bottom: 0
width: 100%
background: $body-bg
display: flex
.grid__col
padding-top: 0
.nav-link
@extend .h6, .textcenter
text-shadow: 0 1px 0 rgba(#fff, .5)
padding: $padding-base-vertical $padding-base-horizontal
margin-bottom: 0
margin-top: 0
display: block
color: $brand-grey-light
text-transform: uppercase
border-radius: $border-radius-base
&:hover,
&:focus
color: $link-color
border-bottom-color: $link-color
background: rgba(255,255,255,.5)
&:active
background: $link-color
top: 0
color: #fff
// Paginator
/////////////////////////////////////
.paginator
.icon
margin-bottom: -3px
.paginator-next
text-align: right
.paginator-pages
@extend .textcenter, .dimmed
font-size: $font-size-small
.paginator-number
font-size: $font-size-base
color: $text-color-light
padding: 0 2px
.paginator-title
@extend .h3, .heading-band
color: $brand-grey-light
margin-bottom: 0