diff --git a/portal/static/portal/sass/partials/_buttons.scss b/portal/static/portal/sass/partials/_buttons.scss index e5b69374a..b739c4ba1 100644 --- a/portal/static/portal/sass/partials/_buttons.scss +++ b/portal/static/portal/sass/partials/_buttons.scss @@ -150,6 +150,17 @@ table { } } +.button-email { + &:after { + content: "\e0be"; + font-family: "Material Icons Outlined"; + position: relative; + top: 2px; + left: 5px; + line-height: 0.9em; + } +} + .button--regular, .ui-dialog-buttonset button { @include _padding(10px, 15px, 10px, 15px); diff --git a/portal/static/portal/sass/partials/_forms.scss b/portal/static/portal/sass/partials/_forms.scss index 20436fda4..f28703005 100644 --- a/portal/static/portal/sass/partials/_forms.scss +++ b/portal/static/portal/sass/partials/_forms.scss @@ -177,9 +177,9 @@ form { color: $color-text-secondary; background-color: $color-primary-400; - a, - a:hover, - a:focus { + a:not(.button--home), + a:not(.button--home):hover, + a:not(.button--home):focus { color: $color-text-secondary; } diff --git a/portal/templates/portal/email_verification_needed.html b/portal/templates/portal/email_verification_needed.html index fc31ed815..92ef15ed1 100644 --- a/portal/templates/portal/email_verification_needed.html +++ b/portal/templates/portal/email_verification_needed.html @@ -7,13 +7,11 @@
An email has been sent to the address you provided.
-Please follow the link within the email to verify your details. This will expire in 1 hour.
-If you don't receive the email within the next few minutes, check your spam folder.
+Please follow the link within the email to verify your details. This will expire in one hour.
+If you don't receive the email within the next few minutes, please check your spam folder.