Closed pgee70 closed 3 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; } } }
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; } } }