1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Modify buy and send buttons color, border-radius and various size properties. (#1956)

This commit is contained in:
Dan J Miller 2017-08-22 21:12:17 -02:30 committed by Daniel Tsui
parent 9d69401041
commit 5b62f10a5f
3 changed files with 11 additions and 5 deletions

View File

@ -114,7 +114,7 @@ TxView.prototype.render = function () {
h('button.btn-clear', { h('button.btn-clear', {
style: { style: {
textAlign: 'center', textAlign: 'center',
marginLeft: '1.4em', marginLeft: '0.8em',
}, },
onClick: () => { onClick: () => {
this.props.showSendPage() this.props.showSendPage()

View File

@ -89,18 +89,23 @@
font-size: 75%; font-size: 75%;
background: $white; background: $white;
border: 1px solid; border: 1px solid;
border-radius: 2px;
@media screen and (max-width: $break-small) { @media screen and (max-width: $break-small) {
width: 28%; width: 23%;
height: 55%; height: 55%;
border-color: $black;
} }
@media screen and (min-width: $break-large) { @media screen and (min-width: $break-large) {
width: 5%; width: 5%;
flex-grow: 2; flex-grow: 1;
height: 4.2vh; height: 4.6vh;
min-height: 28px; min-height: 28px;
font-size: .7em; font-size: .6em;
border-color: $curious-blue;
color: $curious-blue;
padding: 0px;
} }
} }
} }

View File

@ -25,6 +25,7 @@ $dusty-gray: #9b9b9b;
$alto: #dedede; $alto: #dedede;
$alabaster: #fafafa; $alabaster: #fafafa;
$silver-chalice: #aeaeae; $silver-chalice: #aeaeae;
$curious-blue: #2f9ae0;
$concrete: #f3f3f3; $concrete: #f3f3f3;
/* /*