Sha256: a9408e6045f60379e357656b98723cfe87f5b92d1cc7f2fa1d7f6fee39fd182f
Contents?: true
Size: 587 Bytes
Versions: 42
Compression:
Stored size: 587 Bytes
Contents
* { box-sizing: border-box; } input, select, textarea, button { font: #{$body-font-size}/1.4 $body-font; } body { font: #{$body-font-size}/1.4 $body-font; color: $brand-gray-dark; background-color: #fff; } a { color: $brand-blue; text-decoration: none; &:hover, &:active { text-decoration: underline; } } // Horizontal lines // // TODO-MDO: Remove `.rule` from everywhere and replace with `<hr>`s hr, .rule { height: 0; margin: 15px 0; overflow: hidden; background: transparent; border: 0; border-bottom: 1px solid #ddd; @include clearfix(); }
Version data entries
42 entries across 42 versions & 1 rubygems