@import '../sass-svg-uri/svg-uri'; .b-checkbox input[type='checkbox']:checked + label::before { border-color: $blue; } .b-checkbox input[type='checkbox']:checked + label::after, .b-checkbox input[type='radio']:checked + label::after { font-family: $family-monospace; /*checkmark from ionicons*/ content: svg-uri( '' ); } .b-checkbox.no-label input[type='checkbox'] + label { position: absolute; top: 0; } .checkbox-help-text { font-size: $size-7; color: $ui-gray-700; padding-left: 28px; }