Sha256: a070217f4c1bb0f9777852db8f3d8ed80de5af11ef65f031ecda00e9f3be0e5b

Contents?: true

Size: 1011 Bytes

Versions: 1

Compression:

Stored size: 1011 Bytes

Contents

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

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

.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;
}

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

.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;
}

.u-hide {
  display: none;
}

.u-hide-focus {
  outline: none;
}

@media (max-width: $breakpoint-md - 1) {
  .u-wrap-on-mobile {
    display: block;
  }

  .u-hide-on-media-small {
    display: none;
  }

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

@media (min-width: $breakpoint-md) {
  .u-wrap-on-desktop {
    display: block;
  }

  .u-hide-on-media-medium {
    display: none;
  }
}

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sass-zero-0.0.29 app/assets/stylesheets/sass-zero/utilities/layout.scss