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