refactor txp details

This commit is contained in:
Gabriel Bazán 2016-09-20 10:02:28 -03:00
commit 43dfcba55c
6 changed files with 236 additions and 95 deletions

View file

@ -377,27 +377,6 @@ ul.wallet-selection.wallets {
color: #4A90E2;
}
.payment-proposal-head {
color: #fff;
padding: 10px 10px 20px 10px;
text-align: center;
}
.payment-proposal-to {
width: 100%;
display: inline-block;
padding: 5px 15px;
background-color: rgba(0, 0, 0, 0.1);
i {
position: inherit;
left: 25px;
padding-right: 10px;
border-right: 1px solid;
border-color: rgba(255, 255, 255, 0.1);
font-size: 20px;
}
}
.scroll {
padding-bottom: 35px;
}
@ -995,3 +974,4 @@ input[type=number] {
@import "views/includes/wallets";
@import "views/includes/modals/modals";
@import "views/includes/tx-details";
@import "views/includes/txp-details";