Show Bristol departure on search form

This commit is contained in:
Edward Betts 2026-04-01 12:46:30 +01:00
parent a9d5a0589d
commit c3d289e809
2 changed files with 28 additions and 0 deletions

View file

@ -61,6 +61,26 @@
border-radius: 4px;
}
.fixed-station {
padding: 0.85rem 1rem;
border: 1px solid #cbd5e0;
border-radius: 10px;
background: linear-gradient(180deg, #f8fbff 0%, #eef4fa 100%);
}
.fixed-station strong {
display: block;
color: #0f172a;
font-size: 1rem;
margin-bottom: 0.2rem;
}
.fixed-station span {
display: block;
color: #475569;
font-size: 0.9rem;
}
.destination-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));