File: /var/www/vhost/disk-apps/pwa.sports-crowd.com/src/app/pages/player/player.page.scss
.card {
width: 100%;
}
.title_position {
font-weight: 700;
font-size: 18px;
text-transform: uppercase;
margin-bottom: 0;
}
// GRID
.container-grid {
padding: 0px;
}
.container-title-position {
color: black;
font-family: BebasNeueBold, Helvetica, sans-serif !important;
padding-left: 16px;
padding-right: 16px;
padding-bottom: 10px;
padding-top: 10px;
}
.grid2x2 {
min-height: 100%;
display: flex;
flex-direction: row;
overflow-x: scroll;
gap: 4px;
padding-right: 10px;
}
.grid2x2 > div {
display: flex;
justify-content: center;
flex-direction: column;
}
.grid2x2 > div > div {
display: flex;
justify-content: start;
flex-direction: row;
}
.box {
margin: 8px;
}
//CARD
.cards-list {
z-index: 0;
width: 100%;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.card {
width: 150px;
height: 150px;
margin-bottom: 5px;
border-radius: 10px;
box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 25%);
cursor: pointer;
transition: 0.4s;
overflow: hidden;
}
.card .card_image {
width: inherit;
height: inherit;
border-radius: 5px;
opacity: 1;
position: relative;
background-color: white;
}
.card .card_image img {
width: inherit;
height: inherit;
border-radius: 5px;
object-fit: contain;
}
.photo-player {
display: flex !important;
margin: 0 auto !important;
}
.card_info {
display: flex;
align-items: center;
font-size: 12px !important;
position: absolute;
bottom: 0;
}
.dorsal {
display: flex;
align-items: center;
text-align: center;
padding: 6px;
height: 25px;
min-width: 36px;
font-size: 14px;
font-weight: bold;
background-color: var(--ion-color-primary);
}
.name {
padding: 0px 4px;
height: 25px;
font-weight: bold;
color: var(--ion-color-secondary);
background-color: #e8e8e8;
width: 114px;
display: flex;
align-items: center;
}
.text-card {
margin-bottom: 0px;
width: 100%;
}
.card:hover {
transform: scale(0.9, 0.9);
box-shadow: 5px 5px 30px 15px rgba(0, 0, 0, 0.25), -5px -5px 30px 15px rgba(0, 0, 0, 0.22);
}
.title-white {
color: white;
}
.title-black {
color: black;
}
ion-slides {
--bullet-background: black;
}
.text {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
line-clamp: 1;
-webkit-box-orient: vertical;
}
.filters {
ion-col {
text-align: center;
font-size: 1.7rem;
line-height: 1.7rem;
ion-icon {
color: var(--ion-color-primary);
}
&.col-with-arrow {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
padding: 0%;
}
}
}
.player-row {
height: 100%;
}
.segmentCategory {
width: 99%;
display: inline-flex;
overflow-x: auto;
}
.segmentSubCategory {
min-width: 25%;
max-width: 100%;
border-radius: 20px !important;
font-size: 0.8em !important;
margin-left: 3px;
margin-right: 3px;
scrollbar-width: none;
display: inline-table;
}