Sha256: 17cea891d996f1be4906dbd4e8547044bdc9c318486a3239b9bab1b49e836217
Contents?: true
Size: 1.26 KB
Versions: 40
Compression:
Stored size: 1.26 KB
Contents
/*------------------------------------ Checkboxes v4 ------------------------------------*/ .u-check { &-icon { &-checkbox, &-radio { // v4 &-v4 { width: 18px; height: 18px; font-size: 12px; border: solid 1px $g-color-gray-light-v2; i { &::before { content: attr(data-uncheck-icon); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } } } // End v4 } &-checkbox { // v4 // &-v4 { // border-radius: 1px; // i { // border-radius: 1px; // } // } // End v4 } &-radio { // v4 &-v4 { border-radius: 50%; i { border-radius: 50%; } } // End v4 } } // Control input[type="checkbox"], input[type="radio"] { &:checked { & +, & + * { // v4 .u-check-icon-checkbox-v4, .u-check-icon-radio-v4 { color: $g-color-primary; border-color: $g-color-primary; i { &::before { content: attr(data-check-icon); } } } // End v4 } } } }
Version data entries
40 entries across 40 versions & 1 rubygems