mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2024-12-05 02:01:32 +00:00
Fix DEPLOYING spinner css
This commit is contained in:
parent
f7a2182ba6
commit
f2720c218b
@ -75,7 +75,8 @@
|
|||||||
|
|
||||||
.loader {
|
.loader {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
border: 2px solid;
|
border: 2px solid $tao-warm-yellow-600;
|
||||||
|
border-top: 2px solid $tao-warm-yellow-200;
|
||||||
width: 15px;
|
width: 15px;
|
||||||
height: 15px;
|
height: 15px;
|
||||||
animation: spin 2s linear infinite;
|
animation: spin 2s linear infinite;
|
||||||
|
Loading…
Reference in New Issue
Block a user