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

This commit is contained in:
Jamal Jackson 2016-09-08 15:42:47 -04:00
commit 4af098764d
23 changed files with 690 additions and 421 deletions

View file

@ -21,6 +21,10 @@
padding-left: 74px;
}
.item-no-bottom-border + .item {
border-top: 0;
}
.icon.big-icon-svg {
padding: 0 7px;
> img {
@ -30,7 +34,7 @@
box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.3);
}
}
.overlay{
.overlay {
position: absolute;
top:0;
left:0;
@ -72,3 +76,7 @@ ion-header-bar{
border:none;
}
}
.border-top{
border-top:1px solid rgb(228,228,228);
}