[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@18.119.116.125: ~ $
// stylelint-disable declaration-no-important

// Hide content visually while keeping it accessible to assistive technologies
//
// See: https://www.a11yproject.com/posts/2013-01-11-how-to-hide-content/
// See: https://hugogiraudel.com/2016/10/13/css-hide-and-seek/

@mixin visually-hidden() {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important; // Fix for https://github.com/twbs/bootstrap/issues/25686
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

// Use to only display content when it's focused, or one of its child elements is focused
// (i.e. when focus is within the element/container that the class was applied to)
//
// Useful for "Skip to main content" links; see https://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1

@mixin visually-hidden-focusable() {
  &:not(:focus):not(:focus-within) {
    @include visually-hidden();
  }
}

Filemanager

Name Type Size Permission Actions
_alert.scss File 268 B 0644
_border-radius.scss File 1.98 KB 0644
_box-shadow.scss File 398 B 0644
_breakpoints.scss File 4.38 KB 0644
_buttons.scss File 4.13 KB 0644
_caret.scss File 1.44 KB 0644
_clearfix.scss File 147 B 0644
_color-scheme.scss File 167 B 0644
_container.scss File 265 B 0644
_deprecate.scss File 613 B 0644
_forms.scss File 3.8 KB 0644
_gradients.scss File 1.92 KB 0644
_grid.scss File 3.88 KB 0644
_image.scss File 395 B 0644
_list-group.scss File 509 B 0644
_lists.scss File 168 B 0644
_pagination.scss File 741 B 0644
_reset-text.scss File 495 B 0644
_resize.scss File 202 B 0644
_table-variants.scss File 980 B 0644
_text-truncate.scss File 168 B 0644
_transition.scss File 661 B 0644
_utilities.scss File 2.23 KB 0644
_visually-hidden.scss File 1011 B 0644