Slowly moving away from stylus to scarlet

This commit is contained in:
2016-11-27 23:28:22 +09:00
parent 105cf0d128
commit adb6ca1e0c
31 changed files with 92 additions and 28 deletions

View File

@ -0,0 +1,34 @@
#navigation
width 100%
height 100%
padding 0 contentPadding
margin 0 auto
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
transition all transitionSpeed ease
&.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
// transition all transitionSpeed ease