Add explicit contact opt-in before Resend list signup
This commit is contained in:
+27
@@ -566,6 +566,33 @@
|
||||
resize: vertical;
|
||||
}
|
||||
|
||||
.contact-consent {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: flex-start;
|
||||
gap: 0.75rem;
|
||||
font-family: 'Barlow Condensed', sans-serif;
|
||||
font-size: 1rem;
|
||||
font-weight: 400;
|
||||
letter-spacing: normal;
|
||||
line-height: 1.5;
|
||||
text-transform: none;
|
||||
color: #d8c79e;
|
||||
}
|
||||
|
||||
.contact-consent input {
|
||||
width: 1rem;
|
||||
height: 1rem;
|
||||
margin-top: 0.2rem;
|
||||
padding: 0;
|
||||
flex: 0 0 auto;
|
||||
accent-color: #c8860a;
|
||||
}
|
||||
|
||||
.contact-consent span {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.contact-form .btn-primary {
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user