2016-12-01 00:29:36 +09:00

31 lines
489 B
Stylus

#navigation
width 100%
height 100%
padding 0 content-padding
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
default-transition
&.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