style(profile-form): adjust label styles and remove gap in form group
This commit is contained in:
parent
28ffe3c788
commit
b9b8a70ca1
|
|
@ -7,11 +7,10 @@
|
|||
.form-group {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 8px;
|
||||
}
|
||||
.form-group label {
|
||||
font-size: 14px;
|
||||
color: #888;
|
||||
font-size: 13px;
|
||||
color: #666666;
|
||||
}
|
||||
.form-actions {
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Reference in New Issue