Skip to content

Commit 4f1bfb7

Browse files
committed
style: add more spacing to all login form elements
1 parent 1ab9ff4 commit 4f1bfb7

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

public/css/style.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -291,17 +291,17 @@ a:hover { color: var(--accent-1); }
291291
.auth-title {
292292
font-size: 1.6rem;
293293
font-weight: 700;
294-
margin-bottom: 6px;
294+
margin-bottom: 8px;
295295
}
296296

297297
.auth-subtitle {
298298
font-size: 0.9rem;
299299
color: var(--text-secondary);
300-
margin-bottom: 36px;
300+
margin-bottom: 40px;
301301
}
302302

303303
.form-group {
304-
margin-bottom: 20px;
304+
margin-bottom: 26px;
305305
}
306306

307307
.form-group label {
@@ -316,7 +316,7 @@ a:hover { color: var(--accent-1); }
316316

317317
.form-group input, .form-group select, .form-group textarea {
318318
width: 100%;
319-
padding: 12px 16px;
319+
padding: 14px 18px;
320320
background: var(--bg-secondary);
321321
border: 1px solid var(--border);
322322
border-radius: var(--radius-sm);
@@ -484,7 +484,7 @@ cap-widget {
484484
font-size: 0.9rem;
485485
font-weight: 600;
486486
border-radius: var(--radius-md);
487-
padding: 12px 22px;
487+
padding: 14px 24px;
488488
border: none;
489489
cursor: pointer;
490490
text-decoration: none;
@@ -588,7 +588,7 @@ cap-widget {
588588

589589
.auth-footer {
590590
text-align: center;
591-
margin-top: 24px;
591+
margin-top: 32px;
592592
font-size: 0.88rem;
593593
color: var(--text-secondary);
594594
}

public/js/app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -563,8 +563,8 @@ function renderLoginPage() {
563563
<button type="submit" class="btn btn-primary btn-full" id="login-btn">
564564
Sign In
565565
</button>
566-
<div style="position:relative;margin:12px 0;text-align:center">
567-
<span style="background:#1c1712;padding:0 12px;color:var(--text-muted);font-size:0.8rem">or</span>
566+
<div style="position:relative;margin:20px 0;text-align:center">
567+
<span style="background:#1c1712;padding:0 14px;color:var(--text-muted);font-size:0.85rem">or</span>
568568
</div>
569569
<button type="button" class="btn btn-ghost btn-full" id="passkey-login-btn" style="border:1px solid var(--border)">
570570
<i data-lucide="fingerprint" style="width:16px;height:16px"></i>

0 commit comments

Comments
 (0)