Using constants for most CSS variables now

This commit is contained in:
2018-03-18 19:09:58 +01:00
parent b9d172394c
commit 180c5b475b
9 changed files with 15 additions and 19 deletions

@ -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