We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff6b05c + 380808c commit 4671633Copy full SHA for 4671633
client/modules/User/components/AccountForm.jsx
@@ -97,7 +97,10 @@ function AccountForm() {
97
{t('AccountForm.EmailSent')}
98
</span>
99
) : (
100
- <Button onClick={handleInitiateVerification}>
+ <Button
101
+ onClick={handleInitiateVerification}
102
+ className="form__resend-button"
103
+ >
104
{t('AccountForm.Resend')}
105
</Button>
106
)}
client/styles/components/_forms.scss
@@ -109,6 +109,9 @@
109
text-align: left;
110
margin-top: #{math.div(15, $base-font-size)}rem;
111
}
112
+.form__resend-button {
113
+ margin-top: #{math.div(8, $base-font-size)}rem;
114
+}
115
116
.form__status {
117
@include themify() {
0 commit comments