Files
seatmapv1/seatmap-client/venue.css
2021-01-20 12:30:51 +01:00

9 lines
201 B
CSS

.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;
}