fixed crud list
fixed payments upload -a
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user