add image upload, fix styles
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user