diff --git a/ghost/admin/app/styles/layouts/main.css b/ghost/admin/app/styles/layouts/main.css index 3988057d38..cb5e7997ff 100644 --- a/ghost/admin/app/styles/layouts/main.css +++ b/ghost/admin/app/styles/layouts/main.css @@ -1256,30 +1256,6 @@ grid-column: 1 / 4; } -.gh-main-section-header-with-info { - display: flex; - justify-content: space-between; - align-items: center; - margin-bottom: -2px; -} - -.gh-main-section-header-info { - display: flex; - align-items: center; - line-height: 1; - text-transform: none; - letter-spacing: 0; - font-size: 1.25rem; - font-weight: 400; -} - -.gh-main-section-header-info svg { - height: 16px; - width: 16px; - margin-left: 8px; -} - - .gh-main-section-block { padding: 0; } diff --git a/ghost/admin/app/styles/layouts/offers.css b/ghost/admin/app/styles/layouts/offers.css index 0b17849e96..cd7d2ae242 100644 --- a/ghost/admin/app/styles/layouts/offers.css +++ b/ghost/admin/app/styles/layouts/offers.css @@ -350,6 +350,18 @@ fill: var(--midgrey); } +.gh-offer-form .gh-main-section-header-with-info { + display: flex; + justify-content: space-between; + align-items: center; + margin-bottom: -2px; +} + +.gh-offer-form .gh-main-section-header-info svg { + height: 16px; + width: 16px; +} + @media (max-width: 1440px) { .gh-offer-tier-and-trial, .gh-offer-duration { flex-direction: column; diff --git a/ghost/admin/app/templates/offer.hbs b/ghost/admin/app/templates/offer.hbs index fbb3d4ca9b..981a1666b5 100644 --- a/ghost/admin/app/templates/offer.hbs +++ b/ghost/admin/app/templates/offer.hbs @@ -40,11 +40,16 @@
Visible to members on Stripe Checkout page.
- + {{#if (feature 'freeTrial')}}