Merge pull request #18421 from overleaf/mf-fix-optional-text-form-marketing

Fix "(Optional)" text style in contact form: 14px font size and no bold.

GitOrigin-RevId: 6257136ea3ff74731d6cec6b7a8873128ccd823f
This commit is contained in:
M Fahru
2024-06-10 07:09:43 -07:00
committed by Copybot
parent e16cd2842e
commit effabcea9c

View File

@@ -32,10 +32,6 @@
}
}
.optional-text {
font-size: 14px;
}
.checkbox-label {
font-size: 16px;
font-weight: 400;
@@ -65,6 +61,10 @@
font-weight: 400;
}
}
.optional-text {
font-size: 14px;
}
}
.section-row {