Removes notification screen from onboarding. Also removes unused/old notification plugin
This commit is contained in:
parent
f75b43f21e
commit
e67737a5b1
8 changed files with 11 additions and 120 deletions
|
|
@ -1,9 +0,0 @@
|
|||
#onboarding-push-notifications {
|
||||
#notifications-topic {
|
||||
margin-top: 3rem;
|
||||
}
|
||||
#cta-buttons {
|
||||
@extend %cta-buttons;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
|
|
@ -82,7 +82,6 @@
|
|||
@import "onboard-backup-request";
|
||||
@import "../backup-warning";
|
||||
@import "onboard-disclaimer";
|
||||
@import "onboard-push-notifications";
|
||||
|
||||
%onboarding-illustration {
|
||||
width: 100%;
|
||||
|
|
@ -124,10 +123,6 @@
|
|||
@extend %onboarding-illustration;
|
||||
background-image: $v-onboarding-tour-control-bg;
|
||||
}
|
||||
&-notifications {
|
||||
@extend %onboarding-illustration;
|
||||
background-image: $v-onboarding-push-notification-bg;
|
||||
}
|
||||
&-backup-warning {
|
||||
@extend %onboarding-illustration;
|
||||
background-image: $v-onboarding-backup-warning-bg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue