From 0ef5b6d39b94cbb4a9fef74694672b92533da50e Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sat, 17 Jun 2017 02:54:47 +0200 Subject: [PATCH] Minor changes --- styles/loading.scarlet | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/styles/loading.scarlet b/styles/loading.scarlet index 0f8214d6..a979a123 100644 --- a/styles/loading.scarlet +++ b/styles/loading.scarlet @@ -1,5 +1,5 @@ -duration = 0.8s -size = 24px +loading-anim-duration = 0.8s +loading-anim-size = 24px #loading-animation position fixed @@ -9,10 +9,10 @@ size = 24px .sk-cube-grid horizontal-wrap - width size - height size + width loading-anim-size + height loading-anim-size transform rotateZ(0deg) - animation sk-rotate duration infinite linear + animation sk-rotate loading-anim-duration infinite linear .sk-cube width 33.3% @@ -20,7 +20,7 @@ size = 24px background-color main-color opacity 0.7 border-radius 100% - animation sk-pulse duration infinite linear + animation sk-pulse loading-anim-duration infinite linear .sk-cube-center opacity 1.0