fix(design): correct onboarding checkbox checkmark positioning

This commit is contained in:
Jason Dreyzehner 2016-10-12 22:56:13 -04:00
parent 7637a49dc4
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;

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%;