Changeset 0c6b92a for imaps-frontend/src/App.css
- Timestamp:
- 12/12/24 17:06:06 (5 weeks ago)
- Branches:
- main
- Parents:
- d565449
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/src/App.css
rd565449 r0c6b92a 1 2 1 3 body { 2 background-color: white; 4 margin: 0; 5 padding: 0; 6 height: 100%; 7 background: white; 8 backdrop-filter: blur(10px); 3 9 } 4 10 .loading-container { … … 7 13 justify-content: center; 8 14 align-items: center; 9 height: 100vh; /* Full-screen loader */10 background-color: #f7f9fc; /* Light background */15 height: 100vh; 16 background-color: #f7f9fc; 11 17 } 12 18 13 19 .spinner { 14 border: 8px solid #f3f3f3; /* Light grey border */15 border-top: 8px solid #1e90ff; /* Accent color for spinning part */20 border: 8px solid #f3f3f3; 21 border-top: 8px solid #1e90ff; 16 22 border-radius: 50%; 17 23 width: 60px; … … 32 38 margin-top: 20px; 33 39 font-size: 18px; 34 color: #2c3e50; /* Dark text for contrast */40 color: #2c3e50; 35 41 font-weight: 500; 36 42 }
Note:
See TracChangeset
for help on using the changeset viewer.