diff --git a/ghost/admin/app/styles/layouts/offers.css b/ghost/admin/app/styles/layouts/offers.css index 190772d023..a040385b91 100644 --- a/ghost/admin/app/styles/layouts/offers.css +++ b/ghost/admin/app/styles/layouts/offers.css @@ -2,15 +2,11 @@ max-width: 1220px; } -.gh-offer-modal-content { - margin: -32px -32px 0; - padding: 32px 32px 0; - max-height: calc(100vh - 16vw); - overflow: scroll; -} - -.gh-offer-modal-content .gh-main-section.columns-3 { - grid-template-columns: 0.8fr 0.8fr 1.2fr; +.gh-offers .view-container { + display: flex; + flex-direction: column; + justify-content: space-between; + min-height: calc(100vh - 95px); } .gh-offers-list-cta { @@ -21,7 +17,7 @@ } .gh-offers-list-cta h4 { - color: var(--darkgrey); + color: var(--black); text-align: center; font-weight: 600; margin-bottom: 8px; @@ -165,6 +161,17 @@ border-radius: 3px; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07); color: var(--midgrey); - font-size: 1.3rem; + font-size: 1.4rem; padding: 32px; +} + +.gh-offers-help-card .thumbnail { + width: 100%; + height: 120px; + background-size: cover; + margin-bottom: 16px; +} + +.gh-offers-help-card .gh-btn { + width: 100%; } \ No newline at end of file diff --git a/ghost/admin/app/templates/offer.hbs b/ghost/admin/app/templates/offer.hbs index 15ba42a52f..7f98f94fdd 100644 --- a/ghost/admin/app/templates/offer.hbs +++ b/ghost/admin/app/templates/offer.hbs @@ -1,5 +1,5 @@
- +

Offers {{svg-jar "arrow-right"}} diff --git a/ghost/admin/app/templates/offers.hbs b/ghost/admin/app/templates/offers.hbs index c31e415a00..3395432481 100644 --- a/ghost/admin/app/templates/offers.hbs +++ b/ghost/admin/app/templates/offers.hbs @@ -1,5 +1,5 @@ -
- +
+

Offers

New offer @@ -75,7 +75,8 @@
-

Discounts right on the beat

+
+

Discounts right on the beat

Setting up the right timing for your offers is as critical as finding the right amount.

Read more @@ -83,7 +84,8 @@
-

How The Browser grow their audience with special offers

+
+

How The Browser grow their audience with special offers

Learn about how The Browser work with offers

Read more @@ -91,7 +93,8 @@
-

Read more about offers

+
+

Read more about offers

Check out the Ghost blog for more tips about how offers can boost your subscriptions.

Read more