Translated the basic style files to scarlet
This commit is contained in:
@ -1,9 +1,7 @@
|
||||
#navigation
|
||||
width 100%
|
||||
height 100%
|
||||
padding 0 contentPadding
|
||||
margin 0 auto
|
||||
z-index 0
|
||||
padding 0 content-padding
|
||||
box-sizing border-box
|
||||
|
||||
.navigation-link
|
||||
@ -18,7 +16,7 @@
|
||||
margin-top 0
|
||||
height 3px
|
||||
width 0px
|
||||
transition all transitionSpeed ease
|
||||
transition all transition-speed ease
|
||||
&.active
|
||||
&:hover
|
||||
cursor pointer
|
||||
@ -30,5 +28,4 @@
|
||||
.navigation-button
|
||||
padding 0.75em 1em
|
||||
font-size 1.1em
|
||||
line-height 1em
|
||||
// transition all transitionSpeed ease
|
||||
line-height 1em
|
Reference in New Issue
Block a user