flatlogic / awesome-bootstrap-checkbox

✔️Font Awesome Bootstrap Checkboxes & Radios. Pure css way to make inputs look prettier
http://flatlogic.github.io/awesome-bootstrap-checkbox/demo/1.0.0/
MIT License
2.03k stars 431 forks source link

styling suggestions #107

Closed pgee70 closed 3 years ago

pgee70 commented 8 years ago

if you toggle the .abc-checkbox class on/off in the DOM you can see the new checkboxes aren't quite in the same spots as the ones they are replacing. suggest making these changes to the scss

.abc-checkbox{ padding-left:0; input ~ label{ margin-left:0.35rem; } label{ &::before{ top: .25rem; } &::after{ top: .25rem; } } }