Introduces SeatSelectionComponent and NoSeatsInHallComponent for improved seat category display and handling cases with no available seats. Updates order flow to show seat categories, loading spinner, and total price. Refactors TheaterOverlayComponent to provide seat categories, and updates styles and dependencies.
4 lines
48 B
CSS
4 lines
48 B
CSS
.seat-name {
|
|
color: var(--mat-sys-primary);
|
|
}
|