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/wpamazingsecret/wp-content/themes/porto/scss/theme/shortcodes/_carousel_logo.scss
/* Carousel Logo Item */
.carousel-logo-item {
    position: relative;
    overflow: hidden;
    padding: 60px 20px 50px;
    box-shadow: 0px 23px 32px 0px transparent;
    will-change: border-color;
    border: 1px solid transparent;
    transition: border-color .4s, box-shadow .4s;
}
.carousel-logo-item:hover {
    box-shadow: 0px 23px 32px 0px #e5e8eb;
    border-color: #d4d4d4;
}
.carousel-logo-item:hover .carousel-logo-pb {
    transform: translateY(-500px);
}
.carousel-logo-item .carousel-logo-pannel {
    width: 100%;
    height: 100%;
    transition: all .4s;
}
.carousel-logo-hover-img {
    margin-bottom: 20px;
}
.carousel-logo-item .carousel-logo-hover {
    position: absolute;
    #{$left}: 0;
    top: 500px;
    padding: 30px 15px 10px;
}
.carousel-logo-item:hover .carousel-logo-hover {
    top: 0;
}
.carousel-logo-item .carousel-logo-hover img {
    max-width: 138px;
    max-height: 65px;
}
.carousel-logo-item .carousel-logo-hover .carousel-logo-description {
    max-height: 45px;
    overflow-y: hidden;
}
.carousel-logo-item .carousel-logo-pb::before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.carousel-logo-item .carousel-logo-pb img {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
}