Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design feedback for Subscription Confirmation page #1633

Merged
merged 1 commit into from
Dec 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion client/app/styles/modules/_m-subscribers-confirm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@
// --------------------------------------------------

.padding-top-4 {
padding-top: 4rem !important;
padding-top: 6rem !important;
padding-bottom: 6rem !important;
}
.subscribers-confirm-container {
padding-left: 10px !important;
padding-right: 10px !important;
}
.subscribers-confirm {
p {
Expand Down
2 changes: 1 addition & 1 deletion client/app/templates/subscription-confirmation.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="cell">
<div class="grid-container">
<div class="grid-x grid-padding-x grid-padding-y align-middle align-center subscribers-confirm">
<div class="cell large-8 padding-top-4">
<div class="cell large-8 padding-top-4 subscribers-confirm-container">
<h1 class="header-xxl dcp-orange">Thank You For Subscribing To ZAP Updates.</h1>
<p class="lg">You are currently subscribed to:</p>
{{#if this.model.citywide}}
Expand Down
Loading