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.
This commit is contained in:
14
src/app/performance-info/performance-info.component.css
Normal file
14
src/app/performance-info/performance-info.component.css
Normal file
@@ -0,0 +1,14 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user