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/ipsremont-demo/public/assets/css/my.css
html,
body {
    font-family: 'PT Sans', sans-serif;
}

.table-hover tbody tr:hover {
    background-color: #FAFAFA
}

.table th, .table td {
    vertical-align: middle;
}

.select.select2 {
    opacity: 1;
}

#select2-perPage-container {
    line-height: 1;
}

.tr-clickable {
    cursor: pointer;
}

.text-green {
    color: #00b300;
}

.timeline.timeline-6.timeline-date .timeline-item .timeline-label {
    width: 90px;
}

.timeline.timeline-6.timeline-date:before {
    left: 90.5px
}

.menu-item .menu-link .select2-selection {
    background-color: #EEF0F8;
}

.brands-links {
    margin: auto 0;
    height: 55px;
    overflow: hidden;
}

.brands-links a img {
    height: 55px;
}

@media (max-width: 1440px) {
    .brands-links a img {
        height: 50px;
        margin: 5px 0;
    }
}

@media (max-width: 1366px) {
    .brands-links a img {
        height: 45px;
        margin: 10px 0;
    }
}

@media (max-width: 992px) {
    .brands-links {
        display: none;
    }
}