mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-04 19:57:27 +00:00
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:
parent
3311066363
commit
bdf6820136
1 changed files with 4 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue