Sha256: b535cc302580502d1f75d71a736f4506d86a473a0d64f79162c91211e81f443f
Contents?: true
Size: 1.64 KB
Versions: 2
Compression:
Stored size: 1.64 KB
Contents
@import "sass-zero/variables"; @import "sass-zero/mixins"; .u-container { @include make-container($size-6, $breakpoint-lg); } .u-clearfix { @include clearfix; } .u-position-context { position: relative; } .u-position-right, .u-position-left, .u-position--top-right, .u-position--bottom-right { position: absolute !important; } .u-position-right { right: 0; } .u-position-left { left: 0; } .u-position--bottom-right { bottom: 0; right: 0; } .u-position--top-right { top: 0; right: 0; } .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-pointer-events-n { pointer-events: none; } .u-margin-centered { margin-left: auto; margin-right: auto; } @media screen and (min-width: $breakpoint-md) { .u-wrap-on-desktop { display: block; } } @media screen and (max-width: $breakpoint-md - 1) { .u-wrap-on-mobile { display: block; } } .u-nowrap { white-space: nowrap; } .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 screen and (max-width: $breakpoint-md - 1) { .u-float-n-on-mobile { float: none; } } .u-hide { display: none; } .u-hide-focus { outline: none !important; } @media screen and (max-width: $breakpoint-md - 1) { .u-hide-on-media-small { display: none; } } @media screen and (min-width: $breakpoint-md) { .u-hide-on-media-medium { display: none; } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sass-zero-0.0.16 | app/assets/stylesheets/sass-zero/utilities/layout.scss |
sass-zero-0.0.15 | app/assets/stylesheets/sass-zero/utilities/layout.scss |