Style the email status indicator

This commit is contained in:
Kelly Dwan 2019-11-12 11:10:12 -05:00
parent f32d26ef47
commit da76512d55
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
2 changed files with 18 additions and 6 deletions

View file

@ -32,6 +32,14 @@
line-height: 1;
}
.pledge-form .form-field__agree label {
margin-bottom: 0;
.pledge-form .form-field .email-status {
font-size: 1.1em;
}
.pledge-form .email-status.is-confirmed {
color: #297531;
}
.pledge-form .email-status.is-unconfirmed {
color: #c92c2c;
}