finish styling for change password page

This commit is contained in:
2026-03-31 21:15:26 -04:00
parent ffcaee7170
commit 939a55c44b
5 changed files with 19 additions and 7 deletions

View File

@@ -10,4 +10,15 @@
padding: 2.5rem;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
transition: transform 0.2s ease;
display: flex;
flex-direction: column;
gap: 15px;
}
.static_center {
position: fixed;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
}