payload-totp
Version:
Add an extra security layer to PayloadCMS using a Time-based One-time Password (TOTP).
37 lines (30 loc) • 493 B
CSS
.root {
background: var(--theme-elevation-50);
}
.root :global(.template-minimal__wrap) {
max-width: 600px ;
text-align: center;
gap: 32px;
}
.root h1,
.root p {
text-align: center;
margin: 0;
}
.root p {
line-height: 1.5;
font-size: 16px;
}
html[data-theme='dark'] .root {
background: var(--theme-elevation-0);
}
.root :global(.template-minimal__wrap),
.qr {
display: flex;
flex-direction: column;
align-items: center;
}
.qr img,
.code p {
margin-bottom: 16px;
}