style(profile-form): adjust label styles and remove gap in form group

This commit is contained in:
2026-07-08 08:52:04 -03:00
parent 28ffe3c788
commit b9b8a70ca1

View File

@@ -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;