File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 : 6 px ;
294+ margin-bottom : 8 px ;
295295}
296296
297297.auth-subtitle {
298298 font-size : 0.9rem ;
299299 color : var (--text-secondary );
300- margin-bottom : 36 px ;
300+ margin-bottom : 40 px ;
301301}
302302
303303.form-group {
304- margin-bottom : 20 px ;
304+ margin-bottom : 26 px ;
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 : 12 px 16 px ;
319+ padding : 14 px 18 px ;
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 : 12 px 22 px ;
487+ padding : 14 px 24 px ;
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 : 24 px ;
591+ margin-top : 32 px ;
592592 font-size : 0.88rem ;
593593 color : var (--text-secondary );
594594}
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments