diff options
| author | Li Zhineng <[email protected]> | 2025-07-11 21:59:49 +0800 |
|---|---|---|
| committer | Li Zhineng <[email protected]> | 2025-07-11 21:59:49 +0800 |
| commit | 6f15fb63da85f2d9d651c02f16dabd7fea33935c (patch) | |
| tree | cd6248cb4b4d2201b2205085eecc5f585a3e32fc /app.css | |
| parent | 0c115430faf3574ca431d318f139dbf3d48cff6c (diff) | |
| download | setup-6f15fb63da85f2d9d651c02f16dabd7fea33935c.tar.gz setup-6f15fb63da85f2d9d651c02f16dabd7fea33935c.zip | |
retry option
Diffstat (limited to 'app.css')
| -rw-r--r-- | app.css | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -168,6 +168,12 @@ body { margin-block-start: 1.5rem; } +.form__link { + font-size: 0.9375rem; + line-height: 1.5; + color: var(--color-zinc-50); +} + .form__footer { margin-block-start: 4rem; } @@ -317,3 +323,11 @@ body { background-repeat: no-repeat; background-position: center; } + +.retry-message { + display: none; +} + +.retry-message--shown { + display: block; +} |
