This commit is contained in:
sairaj mote 2023-01-06 18:40:04 +05:30
parent 67a9d218cd
commit 6d363b0054
4 changed files with 10 additions and 9 deletions

View File

@ -1662,6 +1662,9 @@ fieldset legend {
#home > * {
padding: 0 1rem;
}
#wallet_section {
padding-bottom: 1.5rem;
}
.integrated-action-button .icon:last-of-type {
margin-left: auto;
}

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -1547,6 +1547,9 @@ fieldset {
padding: 0 1rem;
}
}
#wallet_section {
padding-bottom: 1.5rem;
}
.integrated-action-button {
.icon:last-of-type {
margin-left: auto;

View File

@ -708,14 +708,9 @@
</button>
<h1>Payment request history</h1>
</div>
<div id="requests_history_wrapper" class="grid gap-1-5">
<div class="grid gap-1">
<h4>History</h4>
<ul id="payment_request_history" class="observe-empty-state grid gap-0-5"></ul>
<div class=" empty-state gap-1 justify-center text-center">
<p>No requests</p>
</div>
</div>
<ul id="payment_request_history" class="observe-empty-state grid gap-0-5"></ul>
<div class=" empty-state gap-1 justify-center text-center">
<p>No requests</p>
</div>
</section>
<div id="transaction" class="inner-page grid gap-2">