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.
15 lines
289 B
CSS
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;
|
|
}
|