Spaces:
Running
Running
Update styles.css
Browse files- styles.css +6 -2
styles.css
CHANGED
@@ -242,7 +242,7 @@ h3 i {
|
|
242 |
left: 0;
|
243 |
width: 100%;
|
244 |
height: 100%;
|
245 |
-
background-color:
|
246 |
display: flex;
|
247 |
flex-direction: column;
|
248 |
justify-content: center;
|
@@ -259,11 +259,15 @@ h3 i {
|
|
259 |
height: 50px;
|
260 |
animation: spin 1s linear infinite;
|
261 |
margin-bottom: 15px;
|
|
|
262 |
}
|
263 |
|
264 |
.loading-text {
|
265 |
-
color:
|
266 |
font-size: 1.2em;
|
|
|
|
|
|
|
267 |
}
|
268 |
|
269 |
@keyframes spin {
|
|
|
242 |
left: 0;
|
243 |
width: 100%;
|
244 |
height: 100%;
|
245 |
+
background-color: transparent; /* θζ―γιζγ«ε€ζ΄ */
|
246 |
display: flex;
|
247 |
flex-direction: column;
|
248 |
justify-content: center;
|
|
|
259 |
height: 50px;
|
260 |
animation: spin 1s linear infinite;
|
261 |
margin-bottom: 15px;
|
262 |
+
box-shadow: 0 2px 5px rgba(0,0,0,0.2); /* γΉγγγΌγ«ε½±γθΏ½ε */
|
263 |
}
|
264 |
|
265 |
.loading-text {
|
266 |
+
color: var(--dark-color); /* γγγΉγθ²γγγΌγ―γ«ε€ζ΄ */
|
267 |
font-size: 1.2em;
|
268 |
+
background-color: rgba(255,255,255,0.7); /* γγγΉγθζ―γειζη½γ« */
|
269 |
+
padding: 5px 10px;
|
270 |
+
border-radius: 4px;
|
271 |
}
|
272 |
|
273 |
@keyframes spin {
|