disable amount collapsibility on android

This commit is contained in:
Marty Alcala 2016-11-14 18:26:45 -05:00
commit d3d15ea887
3 changed files with 68 additions and 8 deletions

View file

@ -123,7 +123,11 @@
background-color: inherit !important;
}
ion-content {
margin-top: 180px;
&.collapsible {
margin-top: 180px;
}
padding-top: 0;
top: 0;
.scroll {
@ -150,12 +154,15 @@
text-align: center;
color: #fff;
height: 180px;
margin-bottom: 10px;
padding-top: 40px;
display: flex;
align-items: center;
justify-content: center;
&.collapsible {
margin-bottom: 10px;
}
&__balance {
transform: scale3d(1, 1, 1);
margin-top: 5px;