Sha256: a3396bba046e0c8c369b8f4bd0d34b0b39412cbe2c70af35fc8e3f4a05c80be0
Contents?: true
Size: 343 Bytes
Versions: 3
Compression:
Stored size: 343 Bytes
Contents
/* apply a natural box layout model to all elements, but allowing components to change */ html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body { background-color: #ffffff; } .lt-ie9 { // Hack for clearfixes * { filter: none !important; } } [aria-hidden=true] { display: none !important; }
Version data entries
3 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
us_web_design_standards-0.0.2 | app/assets/stylesheets/core/_base.scss |
us_web_design_standards-0.0.2 | assets/_scss/core/_base.scss |
us_web_design_standards-0.0.0 | assets/_scss/core/_base.scss |