Merge branch 'ref/design' of https://github.com/bitpay/bitpay-wallet into feature/onboarding_screenshot_warning_model

This commit is contained in:
Jamal Jackson 2016-09-15 09:37:36 -04:00
commit be58b7983d
38 changed files with 393 additions and 75 deletions

View file

@ -889,7 +889,7 @@ input[type=file] {
}
.wallets {
height: 90px;
height: 110px;
}
.bar .button.back-button {
@ -980,6 +980,7 @@ input[type=number] {
@import "common";
@import "forms";
@import 'mixins/mixins';
@import 'views/tabs';
@import "views/add";
@import "views/amount";
@import "views/confirm";

View file

@ -21,13 +21,9 @@
&.swiper-slide-next{
left:4%;
}
span{
float:right;
clear:both;
}
}
}
.swiper-pagination{
visibility: hidden;
}
}
}

View file

@ -0,0 +1,40 @@
#onboarding-push-notifications{
h2{
margin-top:2rem;
}
#cta{
background-image: url('../img/onboarding-push-notifications.svg');
height: 15rem;
margin-top: .75rem;
}
.cta-buttons{
float:none;
bottom:0;
position: absolute;
width:100%;
button{
max-width: 400px;
}
}
}
@media (max-width: 400px){
#onboarding-push-notifications{
.cta-buttons{
float:none;
bottom:0;
position: absolute;
}
}
}
@media (max-height: 540px){
#onboarding-push-notifications{
#cta{
margin-bottom: 0;
}
.cta-buttons{
float:left;
position: relative;
}
}
}

View file

@ -48,9 +48,7 @@
}
}
button {
&.next-slide {
background: rgba(215, 215, 215, 0.10);
}
color:#fff;
}
}
.col {
@ -67,8 +65,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 +100,4 @@
@import "onboard-backup-request";
@import "onboard-backup-warning";
@import "onboard-disclaimer";
@import "onboard-push-notifications";

View file

@ -17,7 +17,8 @@
#agree-to-terms {
background: #fff;
padding: 1rem;
position: relative;
position: absolute;
bottom: 0;
.checkbox input:before,
.checkbox .checkbox-icon:before {
border-radius: 50% !important;

36
src/sass/views/tabs.scss Normal file
View file

@ -0,0 +1,36 @@
.tabs .tab-item {
.icon {
background-repeat: no-repeat;
background-position: center;
&.ico-home{
background-image: url('../img/tab-icons/ico-home.svg');
}
&.ico-home-selected{
background-image: url('../img/tab-icons/ico-home-selected.svg');
}
&.ico-receive{
background-image: url('../img/tab-icons/ico-receive.svg');
}
&.ico-receive-selected{
background-image: url('../img/tab-icons/ico-receive-selected.svg');
}
&.ico-settings{
background-image: url('../img/tab-icons/ico-settings.svg');
}
&.ico-settings-selected{
background-image: url('../img/tab-icons/ico-settings-selected.svg');
}
&.ico-scan{
background-image: url('../img/tab-icons/ico-scan.svg');
}
&.ico-scan-selected{
background-image: url('../img/tab-icons/ico-scan-selected.svg');
}
&.ico-send{
background-image: url('../img/tab-icons/ico-send.svg');
}
&.ico-send-selected{
background-image: url('../img/tab-icons/ico-send-selected.svg');
}
}
}

View file

@ -34,7 +34,7 @@
position: absolute;
width: 100%;
text-align: center;
bottom: 90px;
bottom: 45px;
button {
max-width: 400px;
}
@ -53,6 +53,7 @@
position: absolute;
bottom: 43px;
padding-bottom: 20px;
padding: .5rem .5rem .9rem;
p {
font-weight: bold;
font-weight: bold;
@ -73,14 +74,6 @@
margin: 5px auto 0;
}
}
ion-content.has-header {
#select-phrase {
bottom: 75px;
}
.backup-phrase {
padding: .5rem .5rem .9rem;
}
}
}
@media (max-width: 400px) {