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/wpwatermates/wp-content/plugins/chaty/src/scss/layouts/_footer.scss
.footer-buttons, .responsive-nav-btns {

    .back-button, .next-button {
        @apply border border-solid border-cht-primary text-cht-primary text-base rounded-md py-2 px-4 items-center space-x-2 transition duration-200 ease-in sm:hover:bg-cht-primary sm:hover:text-white sm:hover:shadow-lg sm:hover:shadow-cht-primary/50;

        &.cht-disable {
            pointer-events: none;
            filter: grayscale(1);
            opacity: .5;
        }
    }

    .save-button-container {
        @apply bg-cht-primary flex items-center text-white rounded-md shadow-lg text-base shadow-cht-primary/50 overflow-hidden
    }
    .save-button {
        @apply px-3 py-2 transition duration-200 ease-in;
        &:hover {
            background-color: #8f59d3;
        }
    }

    .arrow-btn {
        border-left: 1px solid rgba(255, 255, 255, 0.6);
        &:hover, &.active {
            background-color: #8f59d3;
        }
        @apply px-3 py-2 transition duration-200 ease-in;
    }

    .save-dashboard-button {
        background: #FFFFFF;
        border: 1px solid #EAEFF2;
        box-shadow: 0px 11.5px 19.5px -4.875px rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        font-family: 'Rubik';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        padding: 10px 22px;
        color: #49687E;
        cursor: pointer;
        transition: all .2s;

        &:hover {
            color: #b78deb;
        }
    }
}

.responsive-nav-btns {
    @apply fixed left-0 bottom-0 w-full bg-white z-10 flex sm:hidden items-center justify-center gap-4 p-4;
}