summaryrefslogtreecommitdiff
path: root/public/stylesheets
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-24 17:20:22 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-24 17:20:22 +0200
commit5f26394947d1150e2656bb22c5858ae5edcdcac7 (patch)
tree2aca70e25cfc9809cde0efdfad52854cdc7381e8 /public/stylesheets
parentdcb576618b868b888a5b1b31e35491f300ce4050 (diff)
Polish the OTP flows: autocomplete tokens, button dialect, QR sizing, my-account link
Diffstat (limited to 'public/stylesheets')
-rw-r--r--public/stylesheets/admin.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/public/stylesheets/admin.css b/public/stylesheets/admin.css
index fe702b09..23a9a581 100644
--- a/public/stylesheets/admin.css
+++ b/public/stylesheets/admin.css
@@ -1619,3 +1619,33 @@ div#draft_list table td.actions a {
1619 max-height: 20em; 1619 max-height: 20em;
1620 overflow-y: auto; 1620 overflow-y: auto;
1621} 1621}
1622
1623/* ============================================================
1624 User section
1625 ============================================================ */
1626
1627form.otp_form {
1628 margin-top: 0.75rem;
1629}
1630
1631form.otp_form input[type=password],
1632form.otp_form input[type=text] {
1633 display: block;
1634 margin-bottom: 0.5rem;
1635}
1636
1637.visually_hidden {
1638 position: absolute;
1639 width: 1px;
1640 height: 1px;
1641 overflow: hidden;
1642 clip-path: inset(50%);
1643 white-space: nowrap;
1644}
1645
1646.otp_qr svg {
1647 width: 220px;
1648 height: auto;
1649 display: block;
1650 margin-bottom: 0.5rem;
1651}