mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Style up the info screen
This commit is contained in:
parent
702dc3b216
commit
e9407777cc
@ -1,7 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Current Master
|
## Current Master
|
||||||
|
- Style up the info page
|
||||||
- Show network status in title bar
|
- Show network status in title bar
|
||||||
- Added seed word recovery to config screen.
|
- Added seed word recovery to config screen.
|
||||||
- Clicking network status indicator now reveals a provider menu.
|
- Clicking network status indicator now reveals a provider menu.
|
||||||
|
@ -423,3 +423,21 @@ input.large-input {
|
|||||||
.ether-balance-label {
|
.ether-balance-label {
|
||||||
color: #ABA9AA;
|
color: #ABA9AA;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Info screen */
|
||||||
|
.info-gray{
|
||||||
|
font-family: 'Transat Medium';
|
||||||
|
text-transform: uppercase;
|
||||||
|
color: #AEAEAE;
|
||||||
|
}
|
||||||
|
|
||||||
|
.icon-size{
|
||||||
|
width: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.info{
|
||||||
|
font-family: 'Transat Standard', Arial;
|
||||||
|
font-weight: bolder;
|
||||||
|
padding-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -62,10 +62,10 @@ InfoScreen.prototype.render = function() {
|
|||||||
style: {
|
style: {
|
||||||
marginBottom: '20px',
|
marginBottom: '20px',
|
||||||
}},
|
}},
|
||||||
`For more information on Metamask
|
`For more information on MetaMask
|
||||||
you can visit our web site. If you want to
|
you can visit our web site. If you want to
|
||||||
contact us with questions or just
|
contact us with questions or just
|
||||||
say Hi, you can find us on theise platforms:`),
|
say 'Hi', you can find us on theise platforms:`),
|
||||||
|
|
||||||
h('div',{
|
h('div',{
|
||||||
style: {
|
style: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user