File: /var/www/vhost/disk-apps/qas.sports-crowd.com/public/css/ticket/templates/ticket-template.css
body {
font-family: sans-serif;
background-size: cover;
padding: 0;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
margin: 0;
background-color: rgb(231, 231, 232) !important;
}
.ticket {
width: 9cm;
}
.teams {
font-size: 24px;
font-weight: bold;
}
.qr {
margin-top: 10px;
}
.type-ticket {
display: inline-block;
border: 1px solid #555;
padding: 2px 6px;
border-radius: 6px;
font-family: sans-serif;
text-transform: uppercase;
font-size: 14px;
}
.labels {
font-size: 14px;
margin-bottom: -3px;
display: block;
}