Capitalizations via text-transform for main screen transactions.

feature/default_network_editable
Dan 7 years ago committed by Chi Kei Chan
parent 5d8bf6c86a
commit 3cb51e32c9
  1. 4
      ui/app/components/tx-list.js
  2. 5
      ui/app/css/itcss/components/transaction-list.scss

@ -40,8 +40,8 @@ TxList.prototype.render = function () {
}, [
h('div', {
style: {},
}, 'TRANSACTIONS'),
style: {}
}, 'transactions'),
]),

@ -6,6 +6,10 @@
}
}
.tx-list-header {
text-transform: capitalize;
}
@media screen and (max-width: $break-small) {
.tx-list-header-wrapper {
margin-top: .2em;
@ -124,6 +128,7 @@
.tx-list-status {
color: $dusty-gray;
font-size: 16px;
text-transform: capitalize;
}
}

Loading…
Cancel
Save