Files
frontend/src/app/performance-info/performance-info.component.css
Piet Ostendorp f489073118 Add order and performance info components to ticket overlay
Introduces OrderComponent, PerformanceInfoComponent, and ShoppingCartComponent for the ticket purchase flow. Updates theater-overlay to display seat selection alongside order details and performance info. Refactors seat and performance data loading, improves UI structure, and enhances movie info display components for consistency.
2025-11-12 10:33:34 +01:00

15 lines
289 B
CSS

.info-box {
color: var(--mat-sys-on-surface);
}
::ng-deep .mat-step-header .mat-step-icon {
background-color: #ccc;
color: white;
}
::ng-deep .mat-step-header .mat-step-icon-selected,
::ng-deep .mat-step-icon-state-edit {
background-color: var(--color-indigo-500) !important;
}