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