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/components/_what-we-values.scss
//.what-we-values {
//    @media (max-width: $screen-tablet) {
//        padding: 10rem 0;
//    }
//
//    @media (min-width: $screen-tablet) {
//        display: flex;
//    }
//
//    &__nav {
//        @media (min-width: $screen-tablet) {
//            width: 20%;
//            margin-right: 10%;
//
//            .slick-list {
//                @media (min-width: $screen-mobile) {
//                    padding: 0 !important;
//                }
//            }
//
//            .slick-track {
//                @media (min-width: $screen-mobile) {
//                    flex-flow: column;
//                    width: initial !important;
//                }
//            }
//
//            .slick-slide {
//                @media (min-width: $screen-mobile) {
//                    width: 100% !important;
//                    text-align: right;
//                }
//            }
//        }
//    }
//
//    &__nav-title {
//        margin-bottom: 2.4rem;
//        color: var(--color-text-primary);
//        font-size: var(--typo-headline);
//        font-weight: bold;
//        line-height: 1;
//
//        @media (min-width: $screen-tablet) {
//           font-size: var(--typo-headline2);
//           text-align: right;
//        }
//
//        @media (max-width: $screen-tablet) {
//            font-size: 64px;
//
//            span {
//                color: var(--color-highlight);
//            }
//        }
//    }
//
//    &__nav-slider {
//        @media (min-width: $screen-mobile) {
//        display: flex;
//        flex-flow: column;
//    }
//
//    .slick-slide {
//            @include viewport--sm {
//                &:not(:last-of-type) {
//                    margin-right: 30px;
//                }
//            }
//        }
//    }
//
//    &__nav-items {
//        //@media (max-width: $screen-tablet) {
//        //    display: none;
//        //}
//    }
//
//    &__nav-item {
//        margin-bottom: 3rem;
//        opacity: 1;
//
//        sup {
//            display: none;
//
//            @media (min-width: $screen-tablet) {
//                display: inline-block;
//                color: var(--color-highlight);
//                font-size: 1rem;
//                transform: translateY(-25%);
//            }
//        }
//
//        .slick-current & {
//            opacity: .5;
//        }
//    }
//
//    &__descriptions {
//        @media (min-width: $screen-tablet) {
//            width: 70%;
//        }
//    }
//
//    &__description {
//        width: 100%;
//    }
//
//    &__description-title {
//        color: var(--color-highlight);
//        margin-bottom: 2.4rem;
//        font-size: 36px;
//        font-weight: bold;
//
//        sup {
//            display: inline-block;
//            margin-left: 1rem;
//            color: var(--color-highlight);
//            font-size: 1.6rem;
//            font-weight: 400;
//            transform: translateY(-25%);
//
//            @media (min-width: $screen-tablet) {
//                font-size: 2.4rem;
//                transform: translateY(-70%);
//            }
//        }
//
//        @media (min-width: $screen-tablet) {
//            font-size: 80px;
//        }
//    }
//
//    .slick-slide &__description-title {
//        @media (min-width: $screen-mobile) {
//            opacity: 0;
//            transform: translateY(-50px);
//            transition: .8s all ease-out;
//        }
//    }
//
//    .slick-slide &__description-text {
//        @media (min-width: $screen-mobile) {
//            opacity: 0;
//            transform: translateY(-40px);
//            transition: .8s all ease-out;
//            transition-delay: .5s;
//        }
//    }
//
//    .slick-slide.slick-active &__description-title,
//    .slick-slide.slick-active &__description-text {
//        @media (min-width: $screen-mobile) {
//            transform: translateY(0);
//            opacity: 1;
//        }
//    }
//
//    &__description-text {
//        color: var(--colo-blockquote-text);
//    }
//
//    .slick-track {
//        @media (min-width: $screen-mobile) {
//            display: flex;
//            justify-content: center;
//
//            @media (min-width: $screen-mobile) {
//                transform: none !important; // smoother view
//            }
//        }
//        &:before,
//        &:after {
//            display: none; // we dont need it
//        }
//    }
//}
//
//.values-slider {
//    background: #F8FAFB;
//}