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

@@ -33,6 +33,8 @@
max-width: 500px;
text-align: center;
gap: 0px !important;
position: fixed;
left: 50%;
top: 50%;
@@ -120,3 +122,7 @@
z-index: 10000;
position: fixed;
}
#change_password_dialouge input {
width: 350px;
}