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:
parent
9d69401041
commit
5b62f10a5f
@ -114,7 +114,7 @@ TxView.prototype.render = function () {
|
||||
h('button.btn-clear', {
|
||||
style: {
|
||||
textAlign: 'center',
|
||||
marginLeft: '1.4em',
|
||||
marginLeft: '0.8em',
|
||||
},
|
||||
onClick: () => {
|
||||
this.props.showSendPage()
|
||||
|
@ -89,18 +89,23 @@
|
||||
font-size: 75%;
|
||||
background: $white;
|
||||
border: 1px solid;
|
||||
border-radius: 2px;
|
||||
|
||||
@media screen and (max-width: $break-small) {
|
||||
width: 28%;
|
||||
width: 23%;
|
||||
height: 55%;
|
||||
border-color: $black;
|
||||
}
|
||||
|
||||
@media screen and (min-width: $break-large) {
|
||||
width: 5%;
|
||||
flex-grow: 2;
|
||||
height: 4.2vh;
|
||||
flex-grow: 1;
|
||||
height: 4.6vh;
|
||||
min-height: 28px;
|
||||
font-size: .7em;
|
||||
font-size: .6em;
|
||||
border-color: $curious-blue;
|
||||
color: $curious-blue;
|
||||
padding: 0px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -25,6 +25,7 @@ $dusty-gray: #9b9b9b;
|
||||
$alto: #dedede;
|
||||
$alabaster: #fafafa;
|
||||
$silver-chalice: #aeaeae;
|
||||
$curious-blue: #2f9ae0;
|
||||
$concrete: #f3f3f3;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user