feat: ui stuff
This commit is contained in:
parent
c4a951eca2
commit
9231147063
|
@ -37,54 +37,33 @@ page_container %}
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
</q-card>
|
</q-card>
|
||||||
|
|
||||||
<div
|
|
||||||
class="row q-pb-md q-px-md justify-center q-col-gutter-sm gt-sm q-pt-lg"
|
|
||||||
>
|
|
||||||
<div class="col">
|
|
||||||
<q-btn
|
|
||||||
size="18px"
|
|
||||||
icon="arrow_downward"
|
|
||||||
rounded
|
|
||||||
color="primary"
|
|
||||||
class="full-width"
|
|
||||||
>Receive</q-btn
|
|
||||||
>
|
|
||||||
</div>
|
|
||||||
<div class="col">
|
|
||||||
<q-btn
|
|
||||||
size="18px"
|
|
||||||
icon="arrow_upward"
|
|
||||||
rounded
|
|
||||||
color="primary"
|
|
||||||
class="full-width"
|
|
||||||
>
|
|
||||||
Send</q-btn
|
|
||||||
>
|
|
||||||
</div>
|
|
||||||
<div class="col">
|
|
||||||
<q-btn
|
|
||||||
size="18px"
|
|
||||||
rounded
|
|
||||||
color="secondary"
|
|
||||||
icon="sync_alt"
|
|
||||||
class="full-width"
|
|
||||||
>Peg in/out
|
|
||||||
</q-btn>
|
|
||||||
</div>
|
|
||||||
<div class="col">
|
|
||||||
<q-btn
|
|
||||||
size="18px"
|
|
||||||
rounded
|
|
||||||
color="secondary"
|
|
||||||
icon="photo_camera"
|
|
||||||
class="full-width"
|
|
||||||
>scan
|
|
||||||
</q-btn>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<q-card>
|
<q-card>
|
||||||
<q-card-section>
|
<q-card-section>
|
||||||
|
<div class="row items-center no-wrap q-mb-sm">
|
||||||
|
<div class="col-2">
|
||||||
|
<q-btn
|
||||||
|
size="18px"
|
||||||
|
icon="arrow_downward"
|
||||||
|
rounded
|
||||||
|
color="primary"
|
||||||
|
class="full-width"
|
||||||
|
>Receive</q-btn
|
||||||
|
>
|
||||||
|
</div>
|
||||||
|
<div class="col-8"></div>
|
||||||
|
<div class="col-2">
|
||||||
|
<q-btn
|
||||||
|
size="18px"
|
||||||
|
icon="arrow_upward"
|
||||||
|
rounded
|
||||||
|
color="primary"
|
||||||
|
class="full-width"
|
||||||
|
>
|
||||||
|
Send</q-btn
|
||||||
|
>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="row items-center no-wrap q-mb-sm">
|
<div class="row items-center no-wrap q-mb-sm">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<h5 class="text-subtitle1 q-my-none">Transactions</h5>
|
<h5 class="text-subtitle1 q-my-none">Transactions</h5>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user