HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux ip-172-31-42-149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
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;
}