Skip to content

Instantly share code, notes, and snippets.

View pom-pom's full-sized avatar

Pom Pom pom-pom

View GitHub Profile
@pom-pom
pom-pom / font-awesome-checkboxes-radios
Created October 30, 2014 12:51
Font Awesome Radio Buttons and Checkboxes (LESS Version)
//Custom Radio Buttons / Checkboxes
input[type=radio],
input[type='checkbox'] {
display: none;
}
input[type=radio] + label {
display: block;
}
input[type='checkbox'] + label:before,
input[type='radio'] + label:before {
@pom-pom
pom-pom / font-awesome-form-elements.css
Last active January 8, 2024 01:52
Font Awesome Radio Buttons and Checkboxes
/*Custom Radio Buttons and Checkboxes using Font Awesome*/
input[type=radio],
input[type='checkbox'] {
display: none;
}
input[type=radio] + label {
display: block;
}
input[type='checkbox'] + label:before,