diff options
| author | Paul-Christian Volkmer | 2024-01-31 15:43:10 +0100 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2024-01-31 15:57:16 +0100 |
| commit | 17e04a3f8972fe5eca0bf3b236293e4a6998e56f (patch) | |
| tree | 5fc1a30c2991827cc610e0d2a83bfb4f32109d12 /src/main/resources/static/style.css | |
| parent | f71a775e12bfc6fe50e0b443863ac8fec6f4a4f2 (diff) | |
feat: add basic support for OIDC login
Diffstat (limited to 'src/main/resources/static/style.css')
| -rw-r--r-- | src/main/resources/static/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/resources/static/style.css b/src/main/resources/static/style.css index 3249aad..c7a0b38 100644 --- a/src/main/resources/static/style.css +++ b/src/main/resources/static/style.css @@ -209,7 +209,14 @@ form.samplecode-input input:focus-visible { border-radius: 3px; } +.login-form form hr, +.token-form form hr { + padding: 0; + width: 100%; +} + .login-form button, +.login-form a.btn, .token-form button { margin: 1em 0; background: var(--bg-blue); |
