Sha256: fbf61fc85cde9c6b79a2db3c8c0c4b290b0cef651206ea669887d915bf189295
Contents?: true
Size: 1.94 KB
Versions: 14
Compression:
Stored size: 1.94 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-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: $secondary-color !important; a { color: $secondary-color !important; } h1, h2, h3, h4, h5, h6 { color: $secondary-color !important; } } .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
14 entries across 14 versions & 1 rubygems