diff --git a/src/sass/views/walletDetails.scss b/src/sass/views/walletDetails.scss index f3eea2550..e54502fb7 100644 --- a/src/sass/views/walletDetails.scss +++ b/src/sass/views/walletDetails.scss @@ -1,3 +1,30 @@ +.wallet-details { + &__tx-amount { + font-size: 16px; + &--recent { + color: $mid-gray; + font-weight: bold; + } + &--received { + color: #30af6c; + } + &--sent { + color: $dark-gray; + } + } + &__tx-time { + color: $light-gray; + } + &__tx-title { + padding-top: 10px; + color: $dark-gray; + } + &__tx-icon { + float: left; + margin-right: 10px; + } +} + #walletDetails { .bar-header { border: 0; @@ -31,23 +58,8 @@ .item.item-footer { font-weight: lighter; } -} - -.wallet-details-release { - cursor: pointer; - cursor: hand; - background-color: #E9E9EC; - margin-top: -30px; - margin-bottom: 5px; - padding-top: 30px; - padding-bottom: 20px; - text-align: center; - text-color: #444; - span { - margin-left: 15px; - } - i { - margin-right: 15px; + .tx-search:before { + font-size: 22px !important; } } diff --git a/www/img/icon-tx-moved.svg b/www/img/icon-tx-moved.svg new file mode 100644 index 000000000..4f86c7722 --- /dev/null +++ b/www/img/icon-tx-moved.svg @@ -0,0 +1,11 @@ + + + + + + + diff --git a/www/img/icon-tx-received.svg b/www/img/icon-tx-received.svg new file mode 100644 index 000000000..37d4d84c9 --- /dev/null +++ b/www/img/icon-tx-received.svg @@ -0,0 +1,11 @@ + + + + + + + diff --git a/www/img/icon-tx-sent.svg b/www/img/icon-tx-sent.svg new file mode 100644 index 000000000..fc8148465 --- /dev/null +++ b/www/img/icon-tx-sent.svg @@ -0,0 +1,11 @@ + + + + + + + diff --git a/www/views/buyAmazon.html b/www/views/buyAmazon.html index 8dc95908e..5be01b13d 100644 --- a/www/views/buyAmazon.html +++ b/www/views/buyAmazon.html @@ -33,7 +33,7 @@ ng-submit="buy.confirm()" novalidate> -
+