DayGroupedFlightList: day header padding 12px 18px → 20px (Angular parity)

This commit is contained in:
2026-04-20 12:50:11 +03:00
parent 5afebecfe7
commit 3d29c93eb6
@@ -60,11 +60,14 @@
background: colors.$white;
}
// Angular's `schedule-search-result-day` wraps the whole row in
// `padding: $space-xl` (20px). Match it so the day group header has
// the same visual weight as the Angular reference.
&__header {
display: flex;
align-items: center;
gap: 12px;
padding: 12px 18px;
padding: vars.$space-xl;
background: colors.$blue-extra-light;
border-bottom: 1px solid colors.$border;
cursor: pointer;