Using constants for most CSS variables now
This commit is contained in:
layout/sidebar
pages
frontpage
groups
inventory
profile
shop
styles
@ -1,4 +1,4 @@
|
||||
remove-margin = 1.1rem
|
||||
const remove-margin = 1.1rem
|
||||
|
||||
.embedded
|
||||
// Put navigation to the bottom of the screen
|
||||
|
@ -1,5 +1,5 @@
|
||||
loading-anim-duration = 0.8s
|
||||
loading-anim-size = 24px
|
||||
const loading-anim-duration = 0.8s
|
||||
const loading-anim-size = 24px
|
||||
|
||||
#loading
|
||||
position fixed
|
||||
|
@ -1,4 +1,4 @@
|
||||
video-padding = 56.25%
|
||||
const video-padding = 56.25%
|
||||
|
||||
.video-container
|
||||
position relative
|
||||
|
Reference in New Issue
Block a user