File: /var/www/vhost/disk-apps/pwa.sports-crowd.com/src/app/pages/statistics/statistics.page.scss
.d-flex{
display: flex;
}
.justify-content-center{
justify-content: center;
}
.data-card{
overflow-x: scroll;
max-width: 640px;
}
.sectionHeader{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 12px 16px 8px 16px;
}
.title-section{
font-weight: bold;
margin-bottom: 0;
font-size: 24px;
text-transform: uppercase;
}
.headerTable {
padding: 8px;
background: var(--ion-color-primary);
color: #ffffff;
font-weight: bold;
}
.none-events{
pointer-events: none;
}