Sha256: 0392f1c0919f24407bd65dd506bb132e2d46863ab3e744c56f4d174296f88f03
Contents?: true
Size: 1.96 KB
Versions: 37
Compression:
Stored size: 1.96 KB
Contents
.u-cf { @include clearfix; } .u-uniform-size-row { display: flex; flex-wrap: wrap; } .u-hidden/*, .u-js-hiddenBeforeLoad*/ { display: none !important; } .u-smaller-line-height { line-height: 1.275; } .u-mirror-horizontally { display: inline-block; transform: matrix(-1, 0, 0, 1, 0, 0) !important; } .u-noWrap { @include breakpoint(xlarge) { white-space: nowrap; } } .u-0margin { margin: 0 !important; } .u-1margin--left { margin-left: 1rem; } .u-1margin--right { margin-right: 1rem; } .u-4margin--right { margin-right: 4rem; } .u-1margin--top { margin-top: 1rem; } .u-1margin--bottom { margin-bottom: 1rem; } .u-center { text-align: center !important; } .u-center--medium-down { @include breakpoint(medium down) { text-align: center; margin: 0 auto; display: block; } } .u-center--medium-only { @include breakpoint(medium down) { @include breakpoint(mobile) { text-align: center; margin: 0 auto; display: block; } } } .u-center--mobile-down { @include breakpoint(mobile down) { text-align: center; margin: 0 auto; display: block; } } .u-stacked + .u-stacked { margin-top: 1rem; } .u-stacked--medium-down + .u-stacked--medium-down { @include breakpoint(medium down) { margin-top: 1rem; } } .u-stacked--mobile-down + .u-stacked--mobile-down { @include breakpoint(mobile down) { margin-top: 1rem; } } .u-rotate-345 { transform: rotate(345deg) !important; } .u-rotate-15 { transform: rotate(15deg) !important; } .u-inverted { color: $dark-gray !important; a, h1, h2, h3, h4, h5, h6 { color: $dark-gray; } a:hover { color: $secondary-color; } } .u-video-wrapper-16-9 { position: relative; display: inline-block; padding: 0; margin: 0; width: 100%; padding-top: 56.2%; /* 16:9, floored normally would be 56.25 */ height: 0; iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } }
Version data entries
37 entries across 37 versions & 1 rubygems