HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/slenders/slenders.nl/resources/sass/site/9-Utilities/_utilities.helpers.scss
.u-owl {
  @include owl-children;
}

.u-box-shadow {
  @include box-shadow;
}

.u-hidden {
  display: none !important
}

.u-visually-hidden {
  position: absolute;

  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;

  white-space: nowrap;

  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.u-object-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.u-margin-auto {
  margin: auto;
}

$uMaxWidths: 1000 720 360;

@each $maxWidth in $uMaxWidths {
  .u-max-width-#{$maxWidth} {
    max-width: #{$maxWidth}px;
  }
}

$uSpacings: 60 30 15;

@each $uSpacing in $uSpacings {
  .u-spacing-mb-#{$uSpacing} {
    margin-bottom: #{$uSpacing}px;
  }

  .u-spacing-mt-#{$uSpacing} {
    margin-top: #{$uSpacing}px;
  }
}

.u-text-align-center {
  text-align: center;
}

.u-full-width-overflow {
  width: 100%;
  overflow: hidden;
}