mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-06 10:45:44 +03:00
Style the email status indicator
This commit is contained in:
parent
f32d26ef47
commit
da76512d55
2 changed files with 18 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue