fix(design): correct onboarding checkbox checkmark positioning

This commit is contained in:
Jason Dreyzehner 2016-10-12 22:56:13 -04:00
commit d3ab966ae7
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@
input:checked + .checkbox-icon:after {
border-color: rgb(19, 229, 182);
top: 4px;
left: 5px;
left: 3px;
}
.item-content {
width: 90%;