Sha256: 694958c09ca44ac7c2ea5940ef9210a81b3ebd495a483f13915f7bddd7ef6f18
Contents?: true
Size: 219 Bytes
Versions: 1
Compression:
Stored size: 219 Bytes
Contents
/** * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. */ input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
normality-1.0.0 | app/assets/stylesheets/normality/forms/_checkbox-and-radio.scss |