fixes: layout of transactions, addresses and backups. Icon for qr-address. Hide box with shipping information
This commit is contained in:
parent
031a65e0e4
commit
fc3d5e3157
5 changed files with 162 additions and 157 deletions
|
|
@ -93,7 +93,7 @@
|
|||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="large-5 columns">
|
||||
<div class="large-5 medium-3 small-4 columns">
|
||||
<button type="submit" class="button primary expand text-center" ng-disabled="sendForm.$invalid || loading" loading="Sending">
|
||||
Send
|
||||
</button>
|
||||
|
|
@ -102,7 +102,7 @@
|
|||
</form>
|
||||
</div>
|
||||
|
||||
<div class="large-6 columns">
|
||||
<div class="large-6 columns show-for-large-up">
|
||||
<div class="send-note">
|
||||
<h6>Send to</h6>
|
||||
<p class="text-gray" ng-class="{'hidden': sendForm.address.$invalid || !address}">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue