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

@ -10,7 +10,7 @@ $warning-orange: #ffa500;
$dark-gray: #445;
$mid-gray: #667;
$light-gray: #9b9bab;
$subtle-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
$subtle-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
$hovering-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.3);
$subtle-radius: 3px;
$visible-radius: 6px;