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/Admin/components/Header/styles.module.scss
.header {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: fit-content;
    width: 100%;
    margin-bottom: var(--givewp-spacing-6);
    background-color: var(--givewp-shades-white);

    div {
        display: flex;
        flex-direction: column;
        gap: .25rem;
    }
}

.headerText {
    margin: 0;
    color: #060c1a;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.subHeaderText {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.action {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 0.5rem 1rem;
    height: 2.25rem;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.43;
    color: #060c1a;
    border-radius: 4px;
    background-color: #e5e7eb;
    border: none;
    cursor: pointer;

    &:hover {
        background-color: var(--givewp-neutral-200);
        color: inherit;
    }
}