From d511a5546622e77cb0571da2cf7eecf7bc7da6ff Mon Sep 17 00:00:00 2001 From: Jessica Lawshe <5312836+lawshe@users.noreply.github.com> Date: Tue, 7 Jan 2025 10:08:42 -0600 Subject: [PATCH] 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 --- services/web/frontend/stylesheets/app/cms-page.less | 10 ---------- .../frontend/stylesheets/bootstrap-5/pages/cms.scss | 10 ---------- 2 files changed, 20 deletions(-) diff --git a/services/web/frontend/stylesheets/app/cms-page.less b/services/web/frontend/stylesheets/app/cms-page.less index 23d1b398db..e654ec9491 100644 --- a/services/web/frontend/stylesheets/app/cms-page.less +++ b/services/web/frontend/stylesheets/app/cms-page.less @@ -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; diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/cms.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/cms.scss index 78a56909c9..a9eca4bc9c 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/cms.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/cms.scss @@ -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;