add image upload, fix styles

This commit is contained in:
smanylov
2025-12-09 16:35:47 +07:00
parent 7e485ee524
commit c8e8be8935
28 changed files with 547 additions and 83 deletions
+10
View File
@@ -65,6 +65,10 @@
font-size: 16px;
transition: all 0.3s;
background: #f9fafb;
&[type="password"]::-ms-reveal {
display: none;
}
}
.form-options {
@@ -74,6 +78,12 @@
margin-bottom: 20px;
}
.form-error {
color: #fb2c36;
font-size: .875rem;
margin-bottom: 15px;
}
.form-checkbox {
display: flex;
align-items: center;