mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-06 13:57:41 +00:00
fix: Incorrect button positioning on email verification (#7579)
change mail verification page styling Co-authored-by: Max Peintner <max@caos.ch>
This commit is contained in:
parent
20fb032743
commit
dcb1c7fa75
@ -46,6 +46,12 @@ $lgn-container-bottom-margin: 50px;
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
|
||||
// this is used to center content within the actions container
|
||||
// required when there is only one element within a lgn-actions container
|
||||
&.lgn-justify-center {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.fill-space {
|
||||
flex: 1;
|
||||
}
|
||||
|
@ -13,8 +13,7 @@
|
||||
<input type="hidden" name="authRequestID" value="{{ .AuthReqID }}" />
|
||||
<input type="hidden" name="orgID" value="{{ .OrgID }}" />
|
||||
|
||||
<div class="lgn-actions">
|
||||
<span class="fill-space"></span>
|
||||
<div class="lgn-actions lgn-justify-center">
|
||||
<button class="lgn-raised-button lgn-primary" type="submit">
|
||||
{{if .AuthReqID }} {{t "EmailVerificationDone.NextButtonText"}} {{else}}
|
||||
{{t "EmailVerificationDone.LoginButtonText"}} {{end}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user