Sha256: 296b10748ef2a2ca39242a6b2eafe77a30e393fcd177f638a927b22b7dab53fe

Contents?: true

Size: 213 Bytes

Versions: 3

Compression:

Stored size: 213 Bytes

Contents

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
normality-0.1.0 app/assets/stylesheets/normality/forms/_checkbox-and-radio.scss
normality-0.0.2 app/assets/stylesheets/normality/forms/_checkbox-and-radio.scss
normality-0.0.1 app/assets/stylesheets/normality/forms/_checkbox-and-radio.scss