Simplify pool frontpage flow
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 26s

This commit is contained in:
Codex Bot
2026-03-24 12:24:49 +01:00
parent 39e1395903
commit e84611bdf0
3 changed files with 156 additions and 29 deletions

View File

@@ -173,6 +173,16 @@ footer a {
margin-top: 20px;
}
.hero-lookup-group {
margin-top: 18px;
margin-bottom: 6px;
}
.hero-lookup-group .form-control,
.hero-lookup-group .btn {
height: 54px;
}
.hero-kpi {
padding: 18px;
border-radius: var(--radius-md);
@@ -241,6 +251,25 @@ footer a {
margin-bottom: 18px;
}
.getting-started-card,
.faq-card {
height: 100%;
}
.getting-started-inner {
padding: 22px;
}
.getting-started-inner p {
color: var(--text-soft);
line-height: 1.7;
}
.faq-grid .faq-card h4,
.getting-started-inner h4 {
margin-top: 0;
}
.lookup-group .form-control {
height: 52px;
font-size: 15px;
@@ -821,6 +850,12 @@ textarea:focus {
grid-template-columns: 1fr;
}
.hero-lookup-group .input-group-btn,
.hero-lookup-group .btn {
display: block;
width: 100%;
}
.infoBox .icon {
font-size: 48px;
line-height: 48px;