design(onboarding): polish backup warning screen and screenshot warning modal
This commit is contained in:
parent
550d1c0630
commit
6dcf78256e
6 changed files with 50 additions and 104 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue