2014-07-12 21:22:47 +02:00
|
|
|
//
|
|
|
|
// kremalicious3
|
|
|
|
// --------------
|
|
|
|
// Navigation
|
|
|
|
//
|
|
|
|
|
|
|
|
.menu-btn,
|
|
|
|
.search-btn
|
|
|
|
@extend .textcenter
|
|
|
|
line-height: 1em
|
|
|
|
vertical-align: middle
|
|
|
|
display: inline-block
|
|
|
|
margin: 0
|
|
|
|
position: absolute
|
|
|
|
right: 0
|
|
|
|
top: 0
|
|
|
|
|
2015-05-31 22:23:58 +02:00
|
|
|
&:focus
|
|
|
|
outline: 0
|
|
|
|
|
2015-06-08 21:22:09 +02:00
|
|
|
.icon
|
|
|
|
&.icon-entypo-menu
|
|
|
|
width: 24px
|
|
|
|
height: 24px
|
2014-07-12 21:22:47 +02:00
|
|
|
|
2015-06-08 21:38:12 +02:00
|
|
|
&:hover .icon,
|
|
|
|
&:focus .icon
|
|
|
|
fill: $link-color
|
|
|
|
|
|
|
|
&:active .icon
|
|
|
|
fill: #fff
|
|
|
|
|
2014-07-12 21:22:47 +02:00
|
|
|
// Main Navigation
|
|
|
|
/////////////////////////////////////
|
|
|
|
|
|
|
|
.nav-main
|
2015-06-22 21:28:31 +02:00
|
|
|
@extend .clearfix
|
2014-07-12 21:22:47 +02:00
|
|
|
.menu-btn
|
|
|
|
margin-right: -.5em
|
|
|
|
padding: .5em .7em
|
|
|
|
|
|
|
|
li
|
|
|
|
display: inline-block
|
|
|
|
|
|
|
|
.nav-popover
|
2015-06-14 20:26:25 +02:00
|
|
|
@extend .clearfix, .divider-top
|
|
|
|
clear: both
|
|
|
|
padding: $line-height-computed 0
|
|
|
|
margin-top: 60px
|
2014-07-12 21:22:47 +02:00
|
|
|
width: 100%
|
|
|
|
background: $body-bg
|
|
|
|
|
|
|
|
.nav-link
|
2015-06-14 20:26:25 +02:00
|
|
|
@extend .h6, .textcenter
|
2014-07-13 00:42:57 +02:00
|
|
|
text-shadow: 0 1px 0 rgba(#fff, .5)
|
2015-06-14 20:26:25 +02:00
|
|
|
padding: $padding-base-vertical $padding-base-horizontal
|
2014-07-12 21:22:47 +02:00
|
|
|
margin-bottom: 0
|
2015-06-14 20:26:25 +02:00
|
|
|
margin-top: 0
|
|
|
|
display: block
|
|
|
|
color: $brand-grey-light
|
2014-07-12 21:22:47 +02:00
|
|
|
text-transform: uppercase
|
2015-06-14 20:26:25 +02:00
|
|
|
border-radius: $border-radius-base
|
|
|
|
|
|
|
|
@media $breakpoint1
|
|
|
|
width: 50%
|
|
|
|
float: left
|
2014-07-12 21:22:47 +02:00
|
|
|
|
|
|
|
@media $breakpoint2
|
|
|
|
width: 33.3%
|
|
|
|
|
|
|
|
&:hover,
|
2015-06-08 21:22:09 +02:00
|
|
|
&:focus
|
2014-07-12 21:22:47 +02:00
|
|
|
color: $link-color
|
|
|
|
border-bottom-color: $link-color
|
|
|
|
background: rgba(255,255,255,.5)
|
|
|
|
|
|
|
|
&:active
|
|
|
|
background: $link-color
|
|
|
|
top: 0
|
2014-07-13 00:42:57 +02:00
|
|
|
color: #fff
|
2014-07-12 21:22:47 +02:00
|
|
|
|
|
|
|
|
|
|
|
// Paginator
|
|
|
|
/////////////////////////////////////
|
|
|
|
|
|
|
|
.paginator
|
|
|
|
@extend .clearfix
|
|
|
|
|
2015-05-31 21:56:40 +02:00
|
|
|
.icon
|
2015-06-08 21:22:09 +02:00
|
|
|
margin-bottom: -3px
|
2014-07-12 21:22:47 +02:00
|
|
|
|
2015-06-22 21:28:31 +02:00
|
|
|
.paginator-next,
|
|
|
|
.paginator-previous,
|
|
|
|
.paginator-pages
|
|
|
|
width: 32.7%
|
|
|
|
display: inline-block
|
|
|
|
clear: none
|
|
|
|
|
2015-05-31 21:56:40 +02:00
|
|
|
.paginator-next
|
|
|
|
text-align: right
|
2014-07-12 21:22:47 +02:00
|
|
|
|
2015-06-22 21:28:31 +02:00
|
|
|
.paginator-pages
|
|
|
|
@extend .textcenter, .dimmed
|
|
|
|
font-size: $font-size-small
|
2014-07-12 21:22:47 +02:00
|
|
|
|
2015-05-31 21:56:40 +02:00
|
|
|
.paginator-number
|
2015-06-22 21:28:31 +02:00
|
|
|
font-size: $font-size-base
|
|
|
|
color: $text-color-light
|
|
|
|
padding: 0 2px
|
2014-07-12 21:22:47 +02:00
|
|
|
|
2015-05-31 21:56:40 +02:00
|
|
|
.paginator-title
|
|
|
|
@extend .h3, .heading-band
|
|
|
|
color: $brand-grey-light
|
|
|
|
margin-bottom: 0
|