-
-
-
{{or this.member.name this.member.email}}
- {{#if (and this.member.name this.member.email)}}
-
- {{this.member.email}}
-
- {{/if}}
+
Select a product for {{or this.member.name this.member.email}}'s complimentary subscription.
+
@@ -46,12 +52,21 @@
{{action (optional this.noop) on="mouseDown"}}
data-test-button="cancel-webhook"
>
-
{{if this.prices.length "Cancel" "OK"}}
+
Cancel
-
+ Add subscription
+
+
+ {{!--
+ @class="gh-btn gh-btn-green gh-btn-icon gh-btn-add-memberproduct"
+ data-test-button="save-webhook" /> --}}
\ No newline at end of file
diff --git a/ghost/admin/app/styles/patterns/forms.css b/ghost/admin/app/styles/patterns/forms.css
index 93b0da1719..88f4f848ee 100644
--- a/ghost/admin/app/styles/patterns/forms.css
+++ b/ghost/admin/app/styles/patterns/forms.css
@@ -757,6 +757,62 @@ textarea {
}
+/* Email newsletter design settings
+/* -------------------------------------------------------- */
+.form-rich-radio .gh-radio {
+ display: flex;
+ align-items: center;
+ justify-content: space-between;
+ margin: -1px 0 0;
+ padding: 0;
+}
+
+.form-rich-radio .gh-radio-content {
+ border: 1px solid var(--whitegrey);
+ margin: 0 -32px 0 0;
+}
+
+.form-rich-radio .gh-radio:first-of-type .gh-radio-content {
+ border-radius: 3px 3px 0 0;
+}
+
+.form-rich-radio .gh-radio:last-of-type .gh-radio-content {
+ border-radius: 0 0 3px 3px;
+}
+
+.form-rich-radio .active .gh-radio-content {
+ border: 1px solid transparent;
+ box-shadow: 0px 0px 0px 2px var(--green);
+ z-index: 9999;
+}
+
+.form-rich-radio .gh-radio-button {
+ margin-right: 12px;
+ opacity: 0;
+}
+
+.form-rich-radio .gh-radio-label {
+ padding: 12px 12px 12px 14px;
+ display: flex;
+ align-items: center;
+}
+
+.form-rich-radio .gh-radio-label .description h4 {
+ font-size: 1.4rem;
+ margin: 0;
+ padding: 0;
+ line-height: 1.4em;
+}
+
+.form-rich-radio .gh-radio-label .description p {
+ font-size: 1.25rem !important;
+ font-weight: 400;
+ line-height: 1.45em;
+ margin: 2px 0 0;
+ padding: 0;
+}
+
+
/* FFF: Fucking Firefox Fixes
/* ---------------------------------------------------------- */