added padding
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<div>
|
||||
<div class="offer_title">{{item.title}}</div>
|
||||
<div class="offer_title" style="padding-top: 5px;">{{item.title}}</div>
|
||||
<div class="price">Reward : {{item.price*0.01| number : '1.2-2'}} {{item.currency}}</div>
|
||||
<div style="display: flex; width: 100%;">
|
||||
<div class="expire" style="width: 70%;">Expires : {{item.expire | date}}</div>
|
||||
@@ -25,7 +25,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div style="display: flex; padding: 5px; width: 100%;">
|
||||
<div style="50%;">
|
||||
<div style="width: 50%;">
|
||||
<ion-button size="small" (click)="requestReject(item)" color="danger" fill="solid" shape="round">Reject</ion-button>
|
||||
</div>
|
||||
<div style="width: 50%; text-align: right;">
|
||||
|
||||
Reference in New Issue
Block a user