first migration

This commit is contained in:
zino
2021-01-20 12:30:51 +01:00
parent 3360d9f530
commit 02563fed9f
22 changed files with 14900 additions and 0 deletions

9
seatmap-client/venue.css Normal file
View File

@@ -0,0 +1,9 @@
.modal:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba( 255, 255, 255, .8) url('img/Tickets-small.png') 50% 50% no-repeat;
}