Merge branch 'ref/design' of https://github.com/bitpay/bitpay-wallet into feature/home_views_polish
This commit is contained in:
commit
9980e2e11f
44 changed files with 314 additions and 228 deletions
|
|
@ -3,6 +3,9 @@
|
|||
height: 100%;
|
||||
ion-content{
|
||||
height: 100%;
|
||||
&.has-header{
|
||||
top:40px !important;
|
||||
}
|
||||
.scroll{
|
||||
height: 100%;
|
||||
}
|
||||
|
|
@ -10,9 +13,17 @@
|
|||
margin-top:1.5rem;
|
||||
}
|
||||
}
|
||||
.tag{
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.list{
|
||||
max-width: 600px;
|
||||
@include center-block();
|
||||
.item{
|
||||
&:first-child{
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
.item {
|
||||
background: transparent;
|
||||
|
|
@ -59,6 +70,9 @@
|
|||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
&.header-present{
|
||||
bottom:16px;
|
||||
}
|
||||
&-content{
|
||||
max-width: 600px;
|
||||
@include center-block();
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
text-align: center;
|
||||
padding: 2rem 1rem 1.5rem 1rem;
|
||||
color: #fff;
|
||||
min-height: 115px;
|
||||
height: 140px;
|
||||
margin-bottom: 10px;
|
||||
|
||||
&-alternative {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue