From da76512d55dc479aed6ad013f004ba8e7e309e0b Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Tue, 12 Nov 2019 11:10:12 -0500 Subject: [PATCH] Style the email status indicator --- plugins/wporg-5ftf/assets/css/admin.css | 12 ++++++++++-- plugins/wporg-5ftf/views/inputs-pledge-org-email.php | 12 ++++++++---- 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/plugins/wporg-5ftf/assets/css/admin.css b/plugins/wporg-5ftf/assets/css/admin.css index 1298cca..a2e35db 100755 --- a/plugins/wporg-5ftf/assets/css/admin.css +++ b/plugins/wporg-5ftf/assets/css/admin.css @@ -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; } diff --git a/plugins/wporg-5ftf/views/inputs-pledge-org-email.php b/plugins/wporg-5ftf/views/inputs-pledge-org-email.php index 44e455e..1d1461c 100644 --- a/plugins/wporg-5ftf/views/inputs-pledge-org-email.php +++ b/plugins/wporg-5ftf/views/inputs-pledge-org-email.php @@ -31,11 +31,15 @@ use WP_Post; - - +

+ + +

- - +

+ + +