HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
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/html/wpmuhibbah_err/wp-content/plugins/give/src/DonationSummary/resources/css/summary.scss
.give-donation-submit > .give-donation-summary-section {
    margin-bottom: 0;
}

.give-donation-summary-section {
    font-family: Montserrat, serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;

    svg {
        margin: 0 5px;
        vertical-align: text-top;

        path {
            fill: var(--primary-color, #3ba2e0);
        }
    }

    .heading {
        font-style: italic;
    }

    .give-donation-summary-table-wrapper {
        color: #333333;
        background-color: #f9f9f9;
        margin: 20px -20px;
        padding: 0 20px;
    }

    .back-btn {
        color: var(--primary-color, #3ba2e0);
        font-weight: 500;
        font-size: 12px;
        line-height: 23px;

        margin: 0;
        padding: 0;
        border: 0;
        cursor: pointer;
        text-decoration: underline;
        background-color: transparent;
    }

    .give-donation-summary-help-text {
        color: #8c8c8c;

        margin: 10px 0;

        gap: 5px;
        display: flex;
        align-items: center;

        .back-btn {
            font-size: inherit;
        }
    }

    table {
        width: 100%;
        border-collapse: collapse;
    }

    tbody {
        color: #444444;
    }

    tr {
        border-bottom: 1px solid #f2f2f2;
    }

    tr,
    th,
    td {
        height: 42px;
        padding: 10px 0;
    }

    th {
        text-align: left;
    }

    td {
        font-weight: 500;
        font-size: 15px;
        line-height: 18px;
    }

    th:last-child,
    td:last-child {
        text-align: right;
    }

    @media screen and (max-width: 500px) {
        tr,
        th,
        td {
            height: 26px;
        }
        th,
        td {
            padding-top: 15px;
            vertical-align: top;

            &:last-child {
                width: 40%;
            }
        }
        .give-donation-summary-help-text {
            align-items: start;

            img {
                margin-top: 3px;
            }
        }
    }
}