From 3759fd137c3aa05145480e87ab87261fbbcc4ada Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Tue, 12 May 2026 21:29:38 +0100 Subject: mkws processes css --- http/src/css/otp.uppcss | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 http/src/css/otp.uppcss (limited to 'http/src/css/otp.uppcss') diff --git a/http/src/css/otp.uppcss b/http/src/css/otp.uppcss new file mode 100644 index 0000000..4a7db02 --- /dev/null +++ b/http/src/css/otp.uppcss @@ -0,0 +1,29 @@ +.otp-inputs { + display: flex; + flex-direction: row; + gap: var(--spacing-inline-sm); + justify-content: center; + + input { + border: none; + border-block-end: 2px solid var(--colour-grey-fg); + font-size: var(--font-size-lg); + text-align: center; + width: var(--font-size-lg); + } +} + +.otp-form { + align-items: center; + display: flex; + flex-direction: column; + gap: var(--spacing-block-sm); + + > * { + margin: 0; + } + + input[type="submit"] { + max-width: max-content; + } +} -- cgit v1.2.3