fixed crud list

fixed payments
upload -a
This commit is contained in:
2025-07-23 11:08:25 +03:00
parent a4a91e0053
commit 4603953458
53 changed files with 1512 additions and 1078 deletions
+4 -1
View File
@@ -7,6 +7,7 @@ body {
align-items: center;
justify-content: center;
padding: 1rem;
background-color: #ead9cb;
}
.wave {
@@ -22,7 +23,7 @@ body {
}
.login-container {
background-color: white;
background-color: #ead9cb;
border-radius: 0.75rem;
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
overflow: hidden;
@@ -31,6 +32,8 @@ body {
display: flex;
flex-direction: column;
animation: fadeIn 0.8s ease-in-out;
margin: 2rem; /* Add margin to see the background */
}
@media (min-width: 768px) {