REF: button standard for view on blockchain

This commit is contained in:
Gabriel Bazán 2018-03-20 11:08:06 -03:00
parent 0abc37396e
commit 5e59cfa3fa
2 changed files with 3 additions and 5 deletions

View File

@ -131,8 +131,6 @@
<ion-toggle checked="false" *ngIf="!btx.confirmations || btx.confirmations == 0" [(ngModel)]="txNotification.value" (ionChange)="txConfirmNotificationChange()"></ion-toggle>
</ion-item>
<button ion-item class="btn-view" (click)="viewOnBlockchain()" translate>View on blockchain</button>
<div *ngIf="actionList && actionList[0]">
<ion-item-divider>{{'Timeline' | translate}}</ion-item-divider>
<div class="timeline-item" [ngClass]="{'action-created' : a.type == 'created' || a.type == 'accept', 'action-rejected' : a.type == 'reject'}"
@ -153,6 +151,9 @@
</div>
</div>
</div>
<button ion-button full class="button-standard" (click)="viewOnBlockchain()" translate>View on blockchain</button>
</ion-list>
</ion-content>

View File

@ -164,7 +164,4 @@ page-tx-details {
}
}
}
.btn-view {
color: color($colors, primary);
}
}