Translated the basic style files to scarlet
This commit is contained in:
@ -5,8 +5,7 @@ body
|
||||
font-family "Ubuntu", "Trebuchet MS", sans-serif
|
||||
font-size 1.05rem
|
||||
tab-size 4
|
||||
overflow-x hidden
|
||||
overflow-y hidden
|
||||
overflow hidden
|
||||
height 100%
|
||||
|
||||
a
|
||||
|
2882
styles/old/font-awesome.styl
vendored
2882
styles/old/font-awesome.styl
vendored
File diff suppressed because it is too large
Load Diff
@ -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
|
@ -1,5 +1,4 @@
|
||||
.video-container
|
||||
float left
|
||||
width 100%
|
||||
|
||||
.video
|
||||
|
Reference in New Issue
Block a user