FIX: bitcoin miner fee warning modal

This commit is contained in:
Gabriel Bazán 2018-03-20 11:42:15 -03:00
parent 7148697766
commit e0ea1ec1b7
3 changed files with 6 additions and 9 deletions

View File

@ -5,12 +5,9 @@
<div class="modal-content">
<div class="modal-heading" translate>Bitcoin miner fees unusually high</div>
<div class="modal-message" translate>
Bitcoin (BTC) miner fees are high due to record demand for limited space on the
Bitcoin network. BitPay does not receive and does not control bitcoin miner fees.
Bitcoin (BTC) miner fees are high due to record demand for limited space on the Bitcoin network. BitPay does not receive
and does not control bitcoin miner fees.
</div>
<button ion-button clear color="danger" class="button-standard" (click)="close()" translate>I understand</button>
</div>
</ion-content>
<ion-footer>
<button ion-button block class="button-footer" (click)="close()" translate>I understand</button>
</ion-footer>
</ion-content>

View File

@ -5,7 +5,7 @@ page-fee-warning {
position: absolute;
top: 0;
text-align: center;
background-color: color($colors, warning);
background-color: color($colors, danger);
padding: 3rem;
}
.modal-content {

View File

@ -26,7 +26,7 @@ $app-direction: ltr;
$colors: (
primary: $color-primary,
secondary: $color-secondary,
warning: #eba133,
warning: #ffa500,
danger: #ef473a,
success: #09C286,
light: #f4f4f4,