mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix styling of buy and send buttons on main screen.
This commit is contained in:
parent
3cb51e32c9
commit
57b3cdf948
@ -83,6 +83,7 @@
|
|||||||
|
|
||||||
@media screen and (min-width: $break-large) {
|
@media screen and (min-width: $break-large) {
|
||||||
flex-grow: 2;
|
flex-grow: 2;
|
||||||
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
button.btn-clear {
|
button.btn-clear {
|
||||||
@ -98,14 +99,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: $break-large) {
|
@media screen and (min-width: $break-large) {
|
||||||
width: 5%;
|
|
||||||
flex-grow: 1;
|
|
||||||
height: 4.6vh;
|
|
||||||
min-height: 28px;
|
|
||||||
font-size: .6em;
|
font-size: .6em;
|
||||||
border-color: $curious-blue;
|
border-color: $curious-blue;
|
||||||
color: $curious-blue;
|
color: $curious-blue;
|
||||||
padding: 0;
|
padding: 0px;
|
||||||
|
width: 85px;
|
||||||
|
height: 34px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user