Merge pull request #22703 from overleaf/jel-cms-sales-contact-form-remove-unused

[web] Remove unused fields from `Element | Sales Contact Form`

GitOrigin-RevId: 7e20ed04ca09b14eeb807eebe569c777f23a17bd
This commit is contained in:
Jessica Lawshe
2025-01-07 10:08:42 -06:00
committed by Copybot
parent 9f5387384e
commit d511a55466
2 changed files with 0 additions and 20 deletions

View File

@@ -15,16 +15,6 @@
}
.sales-contact-form-left-column {
.sales-contact-form-heading-title {
font-size: 2.25rem;
font-family: 'Noto Sans';
font-style: normal;
font-weight: 600;
line-height: 1.333;
padding-top: 8px;
padding-right: 50px;
}
@media (min-width: @screen-xs) {
.names-container {
display: flex;

View File

@@ -27,16 +27,6 @@
.cms-page {
.sales-contact-form-left-column {
.sales-contact-form-heading-title {
font-size: 2.25rem;
font-family: var(--font-family-san-serif);
font-style: normal;
font-weight: 600;
line-height: 1.333;
padding-top: 8px;
padding-right: 50px;
}
@include media-breakpoint-up(sm) {
.names-container {
display: flex;