finish adding styles for push notifications view(initial testing for iPhone5 size devices only)

This commit is contained in:
Jamal Jackson 2016-09-13 15:45:56 -04:00
commit 390a7deecf
5 changed files with 96 additions and 11 deletions

View file

@ -48,6 +48,7 @@
}
}
button {
color:#fff;
&.next-slide {
background: rgba(215, 215, 215, 0.10);
}
@ -67,8 +68,12 @@
.button-transparent{
background: none !important;
}
.button-translucent{
background: rgba(215, 215, 215, 0.1)
}
.button-primary{
background: rgb(100, 124, 232) !important;
color:#fff;
}
.light-blue{
color:rgb(100, 124, 232);
@ -98,3 +103,4 @@
@import "onboard-backup-request";
@import "onboard-backup-warning";
@import "onboard-disclaimer";
@import "onboard-push-notifications";