registration
This commit is contained in:
@@ -87,7 +87,7 @@
|
||||
.error-page h1 { margin-top: 0; }
|
||||
.error-page p { color: #a33a31; }
|
||||
|
||||
/* ---------- Login (pages/login.html) ---------- */
|
||||
/* ---------- Login and register (pages/login, pages/register) ---------- */
|
||||
|
||||
.login-main { width: min(420px, calc(100% - 32px)); margin: 12vh auto; }
|
||||
.login-card { padding: 25px; border: 1px solid #d9dfe7; border-radius: 11px; background: white; box-shadow: 0 10px 26px rgb(31 43 58 / 7%); }
|
||||
@@ -95,6 +95,7 @@
|
||||
.login-card label { display: grid; gap: 5px; margin-bottom: 14px; color: #465267; font-size: 12px; }
|
||||
.login-card button { width: 100%; border: 0; border-radius: 6px; padding: 10px 18px; color: white; background: #2563eb; cursor: pointer; }
|
||||
.login-card button:disabled, .login-card button.htmx-request { opacity: .55; cursor: wait; }
|
||||
.login-alt { margin: 14px 0 0; color: #667385; font-size: 12px; text-align: center; }
|
||||
|
||||
/* ---------- Analytics (pages/analytics.html) ---------- */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user