__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
.g-tips {
    position: absolute;
    z-index: 5000;
    padding: .8em 1em;
    top: 10px; /* Defines the spacing between g-tips and target position */
    max-width: 250px;
    color: #fff;
    background: #3a3c47;
    border-radius: 2px;
    text-shadow: -1px -1px 0 rgba(0,0,0,.2);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;

    code {
        background: #2a3c46;
        color: $white;
        border-color: lighten(#2a3c46, 20);
        font-size: 1em;
    }
}

/* Arrow styles */
.g-tips:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    margin: -5px;
    background: inherit;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.g-tips.top:after, .g-tips.top-left:after, .g-tips.top-right:after { bottom: 0; }
.g-tips.bottom:after, .g-tips.bottom-left:after, .g-tips.bottom-right:after { top: 0; }
.g-tips.top:after, .g-tips.bottom:after { left: 50%; }
.g-tips.top-left:after, .g-tips.bottom-left:after { right: 15px; }
.g-tips.top-right:after, .g-tips.bottom-right:after { left: 15px; }

.g-tips.left:after, .g-tips.left-top:after, .g-tips.left-bottom:after { right: 0; }
.g-tips.right:after, .g-tips.right-top:after, .g-tips.right-bottom:after { left: 0; }
.g-tips.left:after, .g-tips.right:after { top: 50%; }
.g-tips.left-top:after, .g-tips.right-top:after { bottom: 15px; }
.g-tips.left-bottom:after, .g-tips.right-bottom:after { top: 15px; }

/* Fade */
.g-tips.g-fade { opacity: 0; transition: opacity 200ms ease-out; }
.g-tips.g-fade.g-tip-in { opacity: 1; transition-duration: 100ms; }

/* Slide */
.g-tips.g-slide {
    opacity: 0;
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
}
.g-tips.g-slide.top,
.g-tips.g-slide.top-left,
.g-tips.g-slide.top-right {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
}
.g-tips.g-slide.bottom,
.g-tips.g-slide.bottom-left,
.g-tips.g-slide.bottom-right {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}
.g-tips.g-slide.left,
.g-tips.g-slide.left-top,
.g-tips.g-slide.left-bottom {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
}
.g-tips.g-slide.right,
.g-tips.g-slide.right-top,
.g-tips.g-slide.right-bottom {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
}
.g-tips.g-slide.g-tip-in {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    transition-duration: 100ms;
}

/* Grow */
.g-tips.g-grow {
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
}
.g-tips.g-grow.top {
    -webkit-transform: translateY(60%) scale(0);
    transform: translateY(60%) scale(0);
}
.g-tips.g-grow.top-left {
    -webkit-transform: translateY(60%) translateX(40%) scale(0);
    transform: translateY(60%) translateX(40%) scale(0);
}
.g-tips.g-grow.top-right {
    -webkit-transform: translateY(60%) translateX(-40%) scale(0);
    transform: translateY(60%) translateX(-40%) scale(0);
}
.g-tips.g-grow.bottom {
    -webkit-transform: translateY(-60%) scale(0);
    transform: translateY(-60%) scale(0);
}
.g-tips.g-grow.bottom-left {
    -webkit-transform: translateY(-60%) translateX(40%) scale(0);
    transform: translateY(-60%) translateX(40%) scale(0);
}
.g-tips.g-grow.bottom-right {
    -webkit-transform: translateY(-60%) translateX(-40%) scale(0);
    transform: translateY(-60%) translateX(-40%) scale(0);
}
.g-tips.g-grow.left {
    -webkit-transform: translateX(53%) scale(0);
    transform: translateX(53%) scale(0);
}
.g-tips.g-grow.left-top {
    -webkit-transform: translateX(53%) translateY(40%) scale(0);
    transform: translateX(53%) translateY(40%) scale(0);
}
.g-tips.g-grow.left-bottom {
    -webkit-transform: translateX(53%) translateY(-40%) scale(0);
    transform: translateX(53%) translateY(-40%) scale(0);
}
.g-tips.g-grow.right {
    -webkit-transform: translateX(-53%) scale(0);
    transform: translateX(-53%) scale(0);
}
.g-tips.g-grow.right-top {
    -webkit-transform: translateX(-53%) translateY(40%) scale(0);
    transform: translateX(-53%) translateY(40%) scale(0);
}
.g-tips.g-grow.right-bottom {
    -webkit-transform: translateX(-53%) translateY(-40%) scale(0);
    transform: translateX(-53%) translateY(-40%) scale(0);
}
.g-tips.g-grow.g-tip-in {
    -webkit-transform: none;
    transform: none;
    transition-duration: 100ms;
}

/* Types */
.g-tips.light { color: #3a3c47; background: #fff; text-shadow: none; }
.g-tips.success { background: #8dc572; }
.g-tips.warning { background: #ddc12e; }
.g-tips.error { background: #be6464; }

Filemanager

Name Type Size Permission Actions
fields Folder 0775
mixins Folder 0775
modules Folder 0775
_assignments.scss File 1.67 KB 0664
_buttons.scss File 794 B 0664
_changelog.scss File 2.25 KB 0664
_configurations.scss File 2.3 KB 0664
_core.scss File 7.76 KB 0664
_fields.scss File 1001 B 0664
_fonts.scss File 1.46 KB 0664
_headers.scss File 3.85 KB 0664
_input-groups.scss File 3.08 KB 0664
_layout-manager.scss File 28.3 KB 0664
_main.scss File 160 B 0664
_menu.scss File 12.24 KB 0664
_modal.scss File 4.26 KB 0664
_navbar.scss File 3.67 KB 0664
_overview.scss File 1.65 KB 0664
_page-settings.scss File 3.1 KB 0664
_popover.scss File 9.44 KB 0664
_positions.scss File 2.37 KB 0664
_rtl.scss File 1.11 KB 0664
_selectize.scss File 11.08 KB 0664
_settings.scss File 8.38 KB 0664
_styles.scss File 2.53 KB 0664
_toastr.scss File 2.7 KB 0664
_tooltips.scss File 4.73 KB 0664
_typography.scss File 1.54 KB 0664
Filemanager