File: /var/www/vhost/disk-apps/pwa.sports-crowd.com/src/app/pages/academy/academy.page.scss
ion-content {
--background: #f9f9f9 !important;
}
ion-toolbar {
margin-bottom: 10px;
}
.header {
display: flex;
flex-flow: column;
align-items: center;
margin-top: 25px;
margin-bottom: -8px;
}
.ctnPhoto {
width: 20vw;
height: 20vw;
}
.chip_payment {
width: -webkit-fill-available;
}
.imageUserProfileSelect {
display: block !important;
width: 35px;
height: 35px;
box-shadow: 0 1px 6px 0px grey;
border-radius: 50%;
}
.item-image {
position: relative;
display: inline-block;
}
.cardMain {
display: flex;
box-shadow: 0 1px 6px 0px grey;
border-radius: 10px;
margin: 5px;
padding: 2px 5px;
align-items: center;
justify-content: space-between;
max-width: 640px;
width: -webkit-fill-available;
height: 70px;
}
.cardSubMain {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 3em;
font-weight: bold;
}
.cardMainOptions {
display: flex;
box-shadow: 0 1px 6px 0px grey;
border-radius: 10px;
margin: 0px 5px;
padding: 2px 5px;
align-items: center;
width: -webkit-fill-available;
height: 70px;
min-width: calc(50% - 10px);
overflow: hidden;
background-color: white;
}
.cardText {
font-size: min(4vw, 20px);
margin-bottom: 0px;
margin-left: 5px;
font-weight: bold;
}
.cardSubMainOptions {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 2.3em;
color: gray;
margin-left: 5px;
}
.cardTextOptions {
font-size: min(4vw, 20px);
margin-bottom: 0px;
margin-left: 10px;
width: 70%;
line-height: 20px;
}