design(onboarding): polish backup warning screen and screenshot warning modal

This commit is contained in:
Jason Dreyzehner 2016-10-06 22:42:45 -04:00
commit 6dcf78256e
6 changed files with 50 additions and 104 deletions

View file

@ -72,6 +72,7 @@
background-position: center;
background-repeat: no-repeat;
background-size: contain;
z-index: -1;
}
.onboarding-illustration {
&-secure {
@ -90,4 +91,8 @@
@extend %onboarding-illustration;
background-image: url(../img/onboarding-push-notifications.svg);
}
&-backup-warning {
@extend %onboarding-illustration;
background-image: url(../img/backup-warning.svg);
}
}