File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,20 +45,21 @@ form.htmx-request .mailing-list-card__form-content {
4545.mailing-list-card__badge {
4646 display : inline-flex;
4747 align-items : center;
48- padding : var (--space-xs ) var ( --space-s );
48+ padding : var (--space-default );
4949 border-radius : var (--border-radius-s );
5050 background-color : var (--color-surface-brand-accent-default );
5151 color : var (--color-text-primary );
5252 font-family : var (--font-sans );
53- font-size : var (--font-size-small );
53+ font-size : var (--font-size-xs );
5454 font-weight : var (--font-weight-regular );
55- line-height : var (--line-height-tight );
55+ line-height : 100% ;
56+ letter-spacing : -1% ;
5657 white-space : nowrap;
5758 flex-shrink : 0 ;
5859}
5960
6061.mailing-list-card__badge--pending {
61- background-color : var (--color-surface-weak -accent-yellow );
62+ background-color : var (--color-surface-brand -accent-default );
6263}
6364
6465/* "Already subscribed" plain-text state */
Original file line number Diff line number Diff line change 2323 </ div >
2424 < hr class ="card__hr " />
2525 < div class ="card__column px-large ">
26- < span > A confirmation email has been sent to < strong > {{ user_email }} </ strong > . Click the link inside to complete your subscription.</ span >
26+ < span > We've sent you an email — please confirm to verify ownership of this address and activate your subscription.</ span >
2727 </ div >
2828 {% if manage_url %}
2929 < div class ="card__cta_section ">
You can’t perform that action at this time.
0 commit comments