|
@@ -13,7 +13,7 @@ |
|
|
|
|
|
|
|
|
<div class="content-container" [ngClass]="{'push-bottom' : selectedSeats.length > 0}"> |
|
|
<div class="content-container" [ngClass]="{'push-bottom' : selectedSeats.length > 0}"> |
|
|
<section class="upfold"> |
|
|
<section class="upfold"> |
|
|
<!-- <img class="bg-img" [src]="matchDay.staduim.sideView"> --> |
|
|
|
|
|
|
|
|
<img class="bg-img" [src]="matchDay.staduim.sideView"> |
|
|
|
|
|
|
|
|
<ul class="quadrants"> |
|
|
<ul class="quadrants"> |
|
|
<li *ngFor="let stands of matchDay.seatsAvailable; let i = index;" |
|
|
<li *ngFor="let stands of matchDay.seatsAvailable; let i = index;" |
|
|