Ignore:
Timestamp:
12/12/24 17:06:06 (5 weeks ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
d565449
Message:

Pred finalna verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/src/App.css

    rd565449 r0c6b92a  
     1
     2
    13body {
    2   background-color: white;
     4  margin: 0;
     5  padding: 0;
     6  height: 100%;
     7  background: white;
     8  backdrop-filter: blur(10px);
    39}
    410.loading-container {
     
    713  justify-content: center;
    814  align-items: center;
    9   height: 100vh; /* Full-screen loader */
    10   background-color: #f7f9fc; /* Light background */
     15  height: 100vh;
     16  background-color: #f7f9fc;
    1117}
    1218
    1319.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;
    1622  border-radius: 50%;
    1723  width: 60px;
     
    3238  margin-top: 20px;
    3339  font-size: 18px;
    34   color: #2c3e50; /* Dark text for contrast */
     40  color: #2c3e50;
    3541  font-weight: 500;
    3642}
Note: See TracChangeset for help on using the changeset viewer.