A11Y: move new account disclaimer above buttons (#23884)
This commit is contained in:
parent
2e00482ac4
commit
76cbfcd60c
|
@ -244,6 +244,10 @@
|
|||
</div>
|
||||
|
||||
<div class="modal-footer">
|
||||
<div class="disclaimer">
|
||||
{{html-safe this.disclaimerHtml}}
|
||||
</div>
|
||||
|
||||
<DButton
|
||||
@action={{action "createAccount"}}
|
||||
@disabled={{this.submitDisabled}}
|
||||
|
@ -262,9 +266,6 @@
|
|||
/>
|
||||
{{/unless}}
|
||||
|
||||
<div class="disclaimer">
|
||||
{{html-safe this.disclaimerHtml}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<PluginOutlet
|
||||
|
|
|
@ -287,7 +287,7 @@ body.invite-page {
|
|||
.create-account {
|
||||
.disclaimer {
|
||||
color: var(--primary-medium);
|
||||
margin-top: 0.5em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 701px) {
|
||||
|
|
Loading…
Reference in New Issue