File: /var/www/vhost/disk-apps/pwa.sports-crowd.com/src/app/pages/player-detail/player-detail.page.scss
ion-content {
--background: #ffffff;
}
.content {
margin: auto;
max-width: 446px;
padding: 0 16px;
}
.containter-title {
padding: 16px;
display: flex;
align-items: center;
justify-content: space-between;
background: var(--ion-color-primary);
/* Shadow1 */
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.container-title-position {
color: black;
font-family: BebasNeueBold, Helvetica, sans-serif !important;
padding-bottom: 10px;
padding-top: 10px;
gap: 8px;
}
.title_position {
font-weight: 700;
font-size: 18px;
text-transform: uppercase;
margin-bottom: 0px;
}
.avatar {
width: 80px;
height: 80px;
border: 2px solid #ffffff;
box-sizing: border-box;
border-radius: 50px;
}
.user_info {
display: flex;
align-items: center;
gap: 8px;
}
.card_rounded {
border-radius: 10px;
overflow: hidden;
}
.card_player {
padding: 10px;
font-size: 16px;
border-radius: 10px;
background: #f7f7f7;
}
.card_data {
width: 100%;
height: 68px;
position: relative;
font-size: min(5vw, 16px);
background: #f7f7f7;
overflow: hidden;
border: 1px solid #ffffff;
}
.title_data {
color: #808080;
left: 9px;
top: 7px;
position: absolute;
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: 700;
font-size: 10px;
line-height: 14px;
}
.content_data {
right: 6px;
bottom: 6px;
position: absolute;
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: 700;
line-height: 19px;
max-width: 86px;
text-align: right;
}
.number {
text-transform: uppercase;
font-size: 50px !important;
font-family: BebasNeueBold, Helvetica, sans-serif !important;
color: white;
margin-bottom: 10px;
}
.name {
text-transform: uppercase;
font-size: 18px !important;
font-family: BebasNeueBold, Helvetica, sans-serif !important;
font-weight: bold !important;
margin-bottom: 0;
color: white;
}
ion-icon {
font-size: 40px;
color: #fff;
}
.content_player {
display: flex;
max-width: 446px;
}
.containter-info-basic {
display: flex;
padding: 3%;
justify-content: center;
width: 100%;
background: #545559;
}
.info {
padding: 5%;
width: 33%;
}
.title-info {
text-transform: uppercase;
font-size: 13px !important;
font-family: BebasNeueBold, Helvetica, sans-serif !important;
font-weight: bold !important;
color: white;
justify-content: center;
}
.txt-info {
text-transform: uppercase;
font-size: 25px !important;
font-family: BebasNeueBold, Helvetica, sans-serif !important;
font-weight: bold !important;
color: white;
justify-content: center;
}
.photo-player {
display: flex !important;
margin: 0 auto !important;
}
.subtitles {
text-transform: uppercase;
color: #7a7b7e;
font-size: 15px !important;
font-family: BebasNeueBold, Helvetica, sans-serif !important;
font-weight: bold !important;
margin-bottom: 10px;
margin-left: -5px;
}
.container-biography {
padding-top: 15%;
padding: 2%;
padding-bottom: 10%;
margin-right: 3px;
border-bottom: rgb(185, 181, 181) 1px solid;
}
.text-biography {
text-align: justify;
}
.position {
color: #fff;
margin-bottom: 0;
}