403Webshell
Server IP : 108.170.25.35  /  Your IP : 18.224.32.112
Web Server : Apache/2
System : Linux gains.winzonesoftech.com 4.18.0-513.24.1.el8_9.x86_64 #1 SMP Mon Apr 8 11:23:13 EDT 2024 x86_64
User : studio ( 1434)
PHP Version : 8.1.28
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/studio/domains/studio7eleven.com/public_html/admin/scss/pages/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/studio/domains/studio7eleven.com/public_html/admin/scss/pages/_page-timeline.scss
.page-timeline{
    .timeline {
        list-style: none;
        padding   : 40px 0;
        position  : relative;
    
        &-workplan#{&} {
            padding-bottom: 0;
            margin-bottom: 0;
    
            &.timeline > li > .timeline-badge {
                top: 4.5rem;
            }
    
            &>li {
                margin-bottom: 2.6rem;
            }
    
            li {
                >p{
    
                    @include custommq($min: 1200px, $max: 1650px) {
                        max-width: 8rem;
                    }
    
                    @include respond('tab-land') {
                        max-width: 7rem;
                    }
    
                    @include respond('tab-port') {
                        max-width: 100%;
                    }
    
                    @include respond('phone') {
                        max-width: 7rem;
                    }
                }
            }
    
            &::before {
                left: 20%;
                top: 6rem;
    
                @at-root [direction="rtl"] #{&} {
                    right: 22%;
                    left: auto;
                }
    
                @include respond('phone') {
                    left: 22%;
                }
            }
    
            .timeline-badge {
                left: 21.4%;
                height: 0.9rem;
                width: 0.9rem;
                background-color: $primary;
    
                @at-root [direction="rtl"] #{&} {
                    right: 19.2%;
                    left: auto;
                }
    
                @include custommq($min: 1200px, $max: 1650px) {
                    left: 22.4%;
                }
    
                @include respond('tab-land') {
                    left: 22.4%;
                }
    
                @include respond('tab-port') {
                    left: 21.7%;
                }
    
                @include respond('phone-land') {
                    left: 19.5%;
                }
    
                @include respond('phone') {
                    left: 21.4%;
                }
    
                &::after {
                    position: absolute;
                    width: 1.9rem;
                    height: 1.9rem;
                    background-color: rgba($color: $primary, $alpha: .4);
                    content: "";
                    border-radius: 50%;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%);
                }
            }
            .timeline-panel {
                width: 70%;
            }
        }
    }
    
    .timeline:before {
        top             : 0;
        bottom          : 0;
        position        : absolute;
        content         : " ";
        width           : 2px;
        background-color: #ECEFF2;
        left            : 50%;
        margin-left     : -1.5px;
    }
    
    .timeline > li {
        margin-bottom: 20px;
        position     : relative;
    }
    
    .timeline > li:after,
    .timeline > li:before {
        content: " ";
        display: table;
    }
    
    .timeline > li:after {
        clear: both;
    }
    
    .timeline > li:after,
    .timeline > li:before {
        content: " ";
        display: table;
    }
    
    .timeline > li:after {
        clear: both;
    }
    
    .timeline > li > .timeline-panel {
        width             : 46%;
        float             : left;
        // border            : 1px solid #d4d4d4;
        border-radius     : 2px;
        // padding           : 20px;
        position          : relative;
        // -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
        // box-shadow        : 0 0 4px rgba(0, 0, 0, 0.3);
    }
    
    .timeline > li > .timeline-badge {
        background-color: $l-bg;
        border: 1px solid $iron;
        border-radius   : 50%;
        color           : $dark;
        // font-size       : 1.4em;
        height          : 40px;
        left            : 50%;
        line-height     : 40px;
        margin-left     : -13px;
        position        : absolute;
        text-align      : center;
        top             : 30px;
        width           : 40px;
        z-index         : 1;
        transform: translate(-25%, -3rem);
    
        @include media-breakpoint-up(sm){
            width: 50px;
            height: 50px;
            line-height: 50px;
        }
    
        // i{
        //     color: $pale-sky;
        // }
    
    
    }
    
    .timeline > li.timeline-inverted > .timeline-panel {
        float: right;
    
        // @at-root [direction="rtl"] #{&} {
        //     float: left;
        // }
    }
    
    .timeline > li.timeline-inverted > .timeline-panel:before {
        border-left-width : 0;
        border-right-width: 15px;
        left              : -15px;
        right             : auto;
    }
    
    .timeline > li.timeline-inverted > .timeline-panel:after {
        border-left-width : 0;
        border-right-width: 14px;
        left              : -14px;
        right             : auto;
    }
    
    .timeline-title {
        margin-top: 0;
        color     : inherit;
    }
    
    .event_time {
        // color         : $bc;
        font-size  : 14px;
        // text-transform: uppercase;
        font-weight: 600;
    }
    
    .event_vanue {
        // color         : $bc;
        font-size  : 14px;
        margin     : 5px 0;
        // text-transform: uppercase;
        font-weight: 600;
    }
    
    .timeline_img {
        height: 100px;
        width : 100px;
    }
    
    .timeline-body > p,
    .timeline-body > ul {
        margin-bottom: 0;
    }
    @media (max-width: 767px) {
        ul.timeline:before {
            left: 40px;
        }
    
        ul.timeline > li > .timeline-panel {
            width: calc(100% - 90px);
            width: -webkit-calc(100% - 90px);
        }
    
        ul.timeline > li > .timeline-badge {
            left: 28px;
            margin-left: 0;
            top        : 16px;
    
            // @include media-breakpoint-up(sm){
            //     left: 15px;
            // }
        }
    
        ul.timeline > li > .timeline-panel {
            float: right;
        }
    
        ul.timeline > li > .timeline-panel:before {
            border-left-width : 0;
            border-right-width: 15px;
            left              : -15px;
            right             : auto;
        }
    
        ul.timeline > li > .timeline-panel:after {
            border-left-width : 0;
            border-right-width: 14px;
            left              : -14px;
            right             : auto;
        }
    
        .timeline_img {
            height: 30%;
            width : 30%;
        }
    }
    
    
    
    .timeline-timestamp {
        text-align: center;
            
        .badge {
            padding: .8rem 2rem;
            border-radius: 50px;
            font-size: 0.8125rem;
        }
    }    
}

Youez - 2016 - github.com/yon3zu
LinuXploit