soiz1 commited on
Commit
291c76b
Β·
verified Β·
1 Parent(s): 16d69bd

Update styles.css

Browse files
Files changed (1) hide show
  1. 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: rgba(0, 0, 0, 0.7);
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: white;
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 {