Spaces:
Paused
Paused
Update static/index.html
Browse files- static/index.html +3 -3
static/index.html
CHANGED
|
@@ -24,9 +24,9 @@
|
|
| 24 |
#loadingSpinner {
|
| 25 |
border: 3px solid rgba(255, 255, 255, 0.3);
|
| 26 |
border-radius: 50%;
|
| 27 |
-
border-top:
|
| 28 |
-
width:
|
| 29 |
-
height:
|
| 30 |
animation: spin 2s linear infinite;
|
| 31 |
position: relative;
|
| 32 |
top: 50%;
|
|
|
|
| 24 |
#loadingSpinner {
|
| 25 |
border: 3px solid rgba(255, 255, 255, 0.3);
|
| 26 |
border-radius: 50%;
|
| 27 |
+
border-top: 8px solid pink;
|
| 28 |
+
width: 40px;
|
| 29 |
+
height: 40px;
|
| 30 |
animation: spin 2s linear infinite;
|
| 31 |
position: relative;
|
| 32 |
top: 50%;
|