mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 04:25:11 +00:00
Fix DEPLOYING spinner css
This commit is contained in:
@ -75,7 +75,8 @@
|
||||
|
||||
.loader {
|
||||
border-radius: 50%;
|
||||
border: 2px solid;
|
||||
border: 2px solid $tao-warm-yellow-600;
|
||||
border-top: 2px solid $tao-warm-yellow-200;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
animation: spin 2s linear infinite;
|
||||
|
Reference in New Issue
Block a user