mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Capitalizations via text-transform for main screen transactions.
This commit is contained in:
parent
5d8bf6c86a
commit
3cb51e32c9
@ -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…
Reference in New Issue
Block a user