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/Views/Components/Table/style.module.scss
.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    padding: 16px;
    font-size: 15px;
}

.table {
    display: flex;
    flex-direction: column;

    overflow-y: auto;
    overflow-x: hidden;

    > * {
        display: flex;
        height: auto;
        font-size: 14px;
        padding: 10px 16px;

        > * {
            flex: 1;
        }
    }
}

.header {
    font-weight: 500;
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    border-bottom: 2px solid #eee;
    padding: 20px;
}

.headerStripped {
    background: #f4f4f4;
    box-shadow: 0 0 8px #b8b8b8;
}

.row {
    background: #fff;
    padding: 20px;
    border-bottom: 2px solid #eee;
}

.row:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.rowStripped {
    &:nth-of-type(odd) {
        background: #f4f4f4;
    }
}

.label {
    font-weight: 600;
}

.item {
    display: flex;
    color: #555;

    a {
        text-decoration: none;
    }
}

.sortIconUndefined {
    color: #b8b8b8;
}

.sortIcons {
    cursor: pointer;
    padding-left: 6px;
}

.noData {
    padding: 20px;
}