Sha256: 2ecc2f10514985c049a6f954654d916e9d743a4712836c5fdd88bcba7b776d20

Contents?: true

Size: 987 Bytes

Versions: 5

Compression:

Stored size: 987 Bytes

Contents

@import "sass-zero/variables/breakpoints";
@import "sass-zero/variables/effects";
@import "sass-zero/mixins";

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

.u-min-width {
  min-width: 0;
}

.u-disabled {
  pointer-events: none;
  opacity: $opacity-50;
}

.u-unscrollable {
  overflow: hidden;
}

.u-display-i {
  display: inline;
}

.u-display-b {
  display: block;
}

.u-display-ib {
  display: inline-block;
}

.u-display-n {
  display: none !important;
}

.u-centered {
  margin-right: auto;
  margin-left:  auto;
}

.u-clearfix {
  @include clearfix;
}

.u-float-l {
  float: left;
}

.u-float-r {
  float: right;
}

.u-float-n {
  float: none;
}

.u-float-clear {
  clear: both;
}

.u-float-clear-l {
  clear: left;
}

.u-float-clear-r {
  clear: right;
}

@media (max-width: $breakpoint-md - 1) {
  .u-hide\@small {
    display: none;
  }
}

@media (min-width: $breakpoint-md) {
  .u-hide\@medium {
    display: none;
  }
}

@media print {
  .u-no-print {
    display: none !important;
  }
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sass-zero-0.0.44 app/assets/stylesheets/sass-zero/utilities/layout.scss
sass-zero-0.0.43 app/assets/stylesheets/sass-zero/utilities/layout.scss
sass-zero-0.0.42 app/assets/stylesheets/sass-zero/utilities/layout.scss
sass-zero-0.0.41 app/assets/stylesheets/sass-zero/utilities/layout.scss
sass-zero-0.0.40 app/assets/stylesheets/sass-zero/utilities/layout.scss