Sha256: 98b05881717848ca7517143740354bee4b67162235565236b4a5586daa0008d3
Contents?: true
Size: 1.2 KB
Versions: 6
Compression:
Stored size: 1.2 KB
Contents
@import "../variables/breakpoints"; .debug * { outline: 1px #f00 solid !important; } .u-display-n { display: none !important; } .u-display-b { display: block; } .u-display-i { display: inline; } .u-display-ib { display: inline-block; } .u-display-c { display: contents; } .u-visibility-hidden { visibility: hidden; } .u-hide { display: none; } .u-float-l { float: left; } .u-float-r { float: right; } .u-nowrap { white-space: nowrap; } .u-full-width { width: 100%; } .u-min-width { min-width: 0; } .u-max-width { max-width: 100%; } .u-full-height { height: 100%; } .u-disabled { pointer-events: none; opacity: 0.5; } .u-off-screen { position: absolute; left: -9999em; } .u-for-screen-reader { position: absolute; height: 1px; width: 1px; clip: rect(1px, 1px, 1px, 1px); overflow: hidden; text-transform: none; white-space: nowrap } .u-overflow-auto { overflow: auto; } .u-overflow-hidden { overflow: hidden; } @media (min-width: $breakpoint-md) { .u-show--inline\@md { display: inline; } .u-show\@md { display: block; } .u-hide\@md { display: none; } } @media print { .u-no-print { display: none !important; } }
Version data entries
6 entries across 6 versions & 1 rubygems