Fix design export view
This commit is contained in:
parent
4cf8cd0c56
commit
db856c374d
2 changed files with 3 additions and 4 deletions
|
|
@ -6,11 +6,11 @@
|
|||
</ion-nav-bar>
|
||||
|
||||
<ion-content>
|
||||
<div class="row text-center">
|
||||
<div class="col" ng-click="file.value = true" ng-style="file.value && {'border-bottom': '2px solid'}">
|
||||
<div class="row text-center top-tabs">
|
||||
<div class="col" ng-click="file.value = true" ng-style="file.value && {'border-bottom-style': 'solid'}">
|
||||
<span class="" translate>File/Text</span>
|
||||
</div>
|
||||
<div class="col" ng-click="generateQrCode();" ng-style="!file.value && {'border-bottom': '2px solid'}">
|
||||
<div class="col" ng-click="generateQrCode();" ng-style="!file.value && {'border-bottom-style': 'solid'}">
|
||||
<span class="" translate>QR Code</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -68,7 +68,6 @@
|
|||
</button>
|
||||
|
||||
<div ng-show="isCordova">
|
||||
<h4 translate>Export options</h4>
|
||||
<button class="button button-standard button-primary"
|
||||
ng-disabled="(!formData.password || formData.password != formData.repeatpassword)"
|
||||
ng-style="{'background-color':wallet.color}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue