Minor changes
This commit is contained in:
parent
a23e1841aa
commit
0ef5b6d39b
@ -1,5 +1,5 @@
|
|||||||
duration = 0.8s
|
loading-anim-duration = 0.8s
|
||||||
size = 24px
|
loading-anim-size = 24px
|
||||||
|
|
||||||
#loading-animation
|
#loading-animation
|
||||||
position fixed
|
position fixed
|
||||||
@ -9,10 +9,10 @@ size = 24px
|
|||||||
|
|
||||||
.sk-cube-grid
|
.sk-cube-grid
|
||||||
horizontal-wrap
|
horizontal-wrap
|
||||||
width size
|
width loading-anim-size
|
||||||
height size
|
height loading-anim-size
|
||||||
transform rotateZ(0deg)
|
transform rotateZ(0deg)
|
||||||
animation sk-rotate duration infinite linear
|
animation sk-rotate loading-anim-duration infinite linear
|
||||||
|
|
||||||
.sk-cube
|
.sk-cube
|
||||||
width 33.3%
|
width 33.3%
|
||||||
@ -20,7 +20,7 @@ size = 24px
|
|||||||
background-color main-color
|
background-color main-color
|
||||||
opacity 0.7
|
opacity 0.7
|
||||||
border-radius 100%
|
border-radius 100%
|
||||||
animation sk-pulse duration infinite linear
|
animation sk-pulse loading-anim-duration infinite linear
|
||||||
|
|
||||||
.sk-cube-center
|
.sk-cube-center
|
||||||
opacity 1.0
|
opacity 1.0
|
||||||
|
Loading…
Reference in New Issue
Block a user