Sha256: 19ecc6327da08b8298efd6b90d5210205d7d097a0ddaf88149008399a5b33846
Contents?: true
Size: 644 Bytes
Versions: 1
Compression:
Stored size: 644 Bytes
Contents
// ************************************* // // Base // -> Tag-level settings // // ************************************* html, html a{ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } // ------------------------------------- // Block Content // ------------------------------------- // ----- Text inputs ----- // #{$all-text-inputs} { @include box-sizing(border-box); } // ----- Textarea ----- // textarea { resize: vertical; } // ------------------------------------- // Inline Content // ------------------------------------- // ----- Images ----- // img { height: auto; max-width: 100%; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
psique-1.0.2 | app/assets/stylesheets/psique/foundation/_base.scss |