DayGroupedFlightList: day header padding 12px 18px → 20px (Angular parity)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user