fixed request specific amount
This commit is contained in:
parent
21c32a29d7
commit
404a694c55
3 changed files with 50 additions and 8 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue