2016-11-09 11:32:19 +00:00
|
|
|
#navigation
|
|
|
|
width 100%
|
|
|
|
height 100%
|
2016-11-20 10:26:11 +00:00
|
|
|
padding 0 contentPadding
|
|
|
|
margin 0 auto
|
2016-11-09 11:32:19 +00:00
|
|
|
z-index 0
|
|
|
|
box-sizing border-box
|
|
|
|
|
|
|
|
.navigation-link
|
|
|
|
display inline-block
|
|
|
|
height 100%
|
|
|
|
text-decoration none
|
|
|
|
position relative
|
|
|
|
&:after
|
|
|
|
content ""
|
|
|
|
display block
|
|
|
|
margin auto
|
|
|
|
margin-top 0
|
|
|
|
height 3px
|
|
|
|
width 0px
|
2016-11-19 18:23:31 +00:00
|
|
|
transition all transitionSpeed ease
|
2016-11-09 11:32:19 +00:00
|
|
|
&.active
|
|
|
|
&:hover
|
|
|
|
cursor pointer
|
|
|
|
text-decoration none
|
|
|
|
&:after
|
|
|
|
width 100%
|
|
|
|
background-color rgb(248, 165, 130)
|
|
|
|
|
|
|
|
.navigation-button
|
|
|
|
padding 0.75em 1em
|
|
|
|
font-size 1.1em
|
|
|
|
line-height 1em
|
2016-11-19 18:23:31 +00:00
|
|
|
// transition all transitionSpeed ease
|