fixed request specific amount

This commit is contained in:
Kadir Sekha 2018-01-15 17:45:06 +09:00
commit 404a694c55
3 changed files with 50 additions and 8 deletions

View file

@ -13,10 +13,17 @@
font-size: 26px;
}
}
.button-address {
margin-top: 10px;
background: transparent;
border: none;
font-size: 12px;
color: $v-text-accent-color;
}
.address {
background: #fff;
overflow: auto;
height: 100%;
height: 100%;
.qr-code {
text-align: center;
margin-top: 24vh;
@ -31,7 +38,7 @@
margin-top: 8vh;
}
}
.info {
.info {
position: absolute;
width: 100%;
bottom: 0;
@ -81,5 +88,8 @@
}
}
}
.address-types {
text-align: center;
}
}
}