HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
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/quadcode-jobs/resources/sass/common/_go-back.scss
.go-back {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    padding-left: 18px;
    border-radius: 3rem;
    background-color: rgba(255, 255, 255, 0.2);
    color: var(--color-text-light);
    margin-bottom: 30px;
    transition: background-color 0.3s ease;
    font-size: 16px;

    &:before {
        content: '';
        width: 14.71px;
        height: 10.71px;
        margin-right: 8px;
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='15px' height='11px' viewbox='0 0 15 11' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0L5 5L0 10' transform='matrix(-1 -8.742278E-08 8.742278E-08 -1 5.5 10.5)' id='Stroke-1' fill='none' fill-rule='evenodd' stroke='%23FFFFFF' stroke-width='1' /%3E%3Cpath d='M0 0.170732C0 0.170732 14 0.170732 14 0.170732' transform='matrix(-1 -8.742278E-08 8.742278E-08 -1 14.5 5.6706543)' id='Stroke-3' fill='none' fill-rule='evenodd' stroke='%23FFFFFF' stroke-width='1' /%3E%3C/svg%3E");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    &:hover {
        background-color: rgba(255, 255, 255, 0.3);
    }
}