UX: Add class to email div on login (#12310)

This commit adds a `create-account-email` class to the email div of the create account modal.
This commit is contained in:
Jordan Vidrine
2021-03-08 16:33:05 -06:00
committed by GitHub
parent 8fb28ae365
commit 082a77df69

View File

@@ -21,7 +21,7 @@
<div class="login-form">
<form>
<div class="input-group">
<div class="input-group create-account-email">
{{#if emailValidated}}
<span class="value">{{accountEmail}}</span>
{{else}}