mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Space out purchase details on ShapeShift form
This commit is contained in:
parent
ed51b91b4a
commit
1f771f30e4
@ -128,7 +128,6 @@ ShapeshiftForm.prototype.renderMain = function () {
|
|||||||
this.props.isSubLoading ? this.renderLoading() : null,
|
this.props.isSubLoading ? this.renderLoading() : null,
|
||||||
h('.flex-column', {
|
h('.flex-column', {
|
||||||
style: {
|
style: {
|
||||||
width: '235px',
|
|
||||||
alignItems: 'flex-start',
|
alignItems: 'flex-start',
|
||||||
},
|
},
|
||||||
}, [
|
}, [
|
||||||
@ -270,17 +269,17 @@ ShapeshiftForm.prototype.renderInfo = function () {
|
|||||||
|
|
||||||
return h('span', {
|
return h('span', {
|
||||||
style: {
|
style: {
|
||||||
marginTop: '15px',
|
marginTop: '10px',
|
||||||
marginBottom: '15px',
|
marginBottom: '15px',
|
||||||
},
|
},
|
||||||
}, [
|
}, [
|
||||||
h('h3.flex-row.text-transform-uppercase', {
|
h('h3.flex-row.text-transform-uppercase', {
|
||||||
style: {
|
style: {
|
||||||
color: '#AEAEAE',
|
color: '#868686',
|
||||||
paddingTop: '4px',
|
paddingTop: '4px',
|
||||||
justifyContent: 'space-around',
|
justifyContent: 'space-around',
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
fontSize: '14px',
|
fontSize: '17px',
|
||||||
},
|
},
|
||||||
}, `Market Info for ${marketinfo.pair.replace('_', ' to ').toUpperCase()}:`),
|
}, `Market Info for ${marketinfo.pair.replace('_', ' to ').toUpperCase()}:`),
|
||||||
h('.marketinfo', ['Status : ', `${coinOptions[coin].status}`]),
|
h('.marketinfo', ['Status : ', `${coinOptions[coin].status}`]),
|
||||||
|
@ -555,8 +555,8 @@ input.large-input {
|
|||||||
.marketinfo{
|
.marketinfo{
|
||||||
font-family: 'Montserrat light';
|
font-family: 'Montserrat light';
|
||||||
color: #AEAEAE;
|
color: #AEAEAE;
|
||||||
font-size: 12px;
|
font-size: 15px;
|
||||||
line-height: 14px;
|
line-height: 17px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#fromCoin::-webkit-calendar-picker-indicator {
|
#fromCoin::-webkit-calendar-picker-indicator {
|
||||||
|
Loading…
Reference in New Issue
Block a user