Polish results, FPP, and auth UI

This commit is contained in:
sas.fajri
2026-04-13 15:06:42 +07:00
parent 6e059c8115
commit a6f9b60362
2 changed files with 104 additions and 9 deletions

View File

@@ -734,6 +734,52 @@ tr:last-child td {
gap: 18px;
}
.auth-highlight {
display: grid;
gap: 6px;
margin-top: 18px;
padding: 16px 18px;
border-radius: 18px;
color: #effaf8;
background: rgba(255, 255, 255, 0.12);
border: 1px solid rgba(255, 255, 255, 0.14);
}
.auth-highlight strong {
font-size: 1rem;
}
.auth-highlight span {
line-height: 1.55;
opacity: 0.94;
}
.auth-mini-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 12px;
margin-top: 18px;
}
.auth-mini-card {
padding: 14px 15px;
border-radius: 18px;
background: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.12);
}
.auth-mini-card strong {
display: block;
font-size: 1.05rem;
}
.auth-mini-card span {
display: block;
margin-top: 4px;
opacity: 0.86;
font-size: 0.88rem;
}
.auth-form h2 {
margin: 0;
font-size: 1.9rem;
@@ -823,6 +869,10 @@ tr:last-child td {
box-shadow: var(--shadow-lg);
}
.modal-card .panel-header {
margin-bottom: 18px;
}
.desktop-only {
display: block;
}
@@ -908,6 +958,10 @@ tr:last-child td {
max-height: 100vh;
border-radius: 0;
}
.auth-mini-grid {
grid-template-columns: 1fr;
}
}
@media (max-width: 620px) {