File: /var/www/vhost/disk-apps/pwa.sports-crowd.com/src/app/pages/coins/coins.page.scss
ion-content {
--background: rgb(247, 247, 247);
}
ion-header {
position: fixed;
}
ion-toolbar {
--background: transparent;
--ion-color-base: transparent !important;
color: #fff;
}
.help {
font-size: 28px;
color: #fff;
}
.headerCoins {
background-image: url(../../../assets/img/coins/HeaderCoins.png);
background-position: center; /* Center the image */
background-repeat: no-repeat; /* Do not repeat the image */
background-size: cover; /* Resize the background image to cover the entire container */
height: 200px;
padding: 24px 16px;
display: flex;
flex-direction: column;
justify-content: flex-end;
gap: 14px;
box-shadow: 0 1px 6px 0px grey;
}
.headerText {
display: flex;
justify-content: space-between;
align-items: center;
color: #fff;
}
.coinsText {
display: flex;
align-items: center;
color: #fff;
gap: 8px;
}
.titlePoints {
font-size: 36px;
margin-bottom: 0px;
font-weight: bold;
margin-left: 12px;
}
.coins {
font-size: 36px;
margin-bottom: 0px;
font-weight: bold;
}
.icon-info {
display: flex;
align-items: center;
}
.bodyCoins {
padding: 16px;
}
.titleOptions {
text-align: center;
}
.btnOptions {
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: flex-start;
margin-bottom: 24px;
}
.opt {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 4px;
}
.btn {
height: 64px;
width: 64px;
background-color: #fff;
border-radius: 10px;
filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.15));
display: flex;
justify-content: center;
align-items: center;
}
.iconOpt {
font-size: 32px;
color: var(--ion-color-primary);
}
// Historial de compras
.cardInfoCoins {
padding: 5px;
margin-bottom: 14px;
margin-left: 0;
margin-right: 0;
margin-top: 0;
align-items: center;
justify-content: space-between;
}
.selectedFilter {
background-color: lightgray;
}