mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Add fine css tweaks to hero balance - laptop
This commit is contained in:
parent
f06a18a09c
commit
403d9c52b5
@ -104,7 +104,7 @@ TxView.prototype.render = function () {
|
|||||||
|
|
||||||
// laptop: 5vw?
|
// laptop: 5vw?
|
||||||
// phone: 50vw?
|
// phone: 50vw?
|
||||||
h('div.hero-balance-display', {}, [
|
h('div.flex-column.hero-balance-display', {}, [
|
||||||
h('div.token-amount', {
|
h('div.token-amount', {
|
||||||
style: {}
|
style: {}
|
||||||
}, '1001.124 ETH'),
|
}, '1001.124 ETH'),
|
||||||
|
@ -16,14 +16,11 @@ $break-large: 576px;
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin: 1.5em 0.9em 0.8em 0.9em;
|
margin: 2.8em 0.9em 0.8em 0.9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-balance-display {
|
.hero-balance-display {
|
||||||
.fiat-amount {
|
|
||||||
color: #A0A0A0;
|
|
||||||
// TODO: colors
|
|
||||||
}
|
|
||||||
@media screen and (max-width: $break-small) {
|
@media screen and (max-width: $break-small) {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
@ -35,18 +32,22 @@ $break-large: 576px;
|
|||||||
.fiat-amount {
|
.fiat-amount {
|
||||||
font-size: 115%;
|
font-size: 115%;
|
||||||
margin-top: 8.5%;
|
margin-top: 8.5%;
|
||||||
|
color: #A0A0A0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: $break-large) {
|
@media screen and (min-width: $break-large) {
|
||||||
flex-grow: 3;
|
flex-grow: 3;
|
||||||
margin-left: 3%;
|
margin-left: 3%;
|
||||||
|
justify-content: flex-start;
|
||||||
|
align-items: flex-start;
|
||||||
|
|
||||||
.token-amount {
|
.token-amount {
|
||||||
font-size: 125%;
|
font-size: 135%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fiat-amount {
|
.fiat-amount {
|
||||||
|
margin-top: 0.25%;
|
||||||
font-size: 105%;
|
font-size: 105%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -55,22 +56,11 @@ $break-large: 576px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.hero-balance-icon {
|
.hero-balance-icon {
|
||||||
border-radius: 30px;
|
border-radius: 25px;
|
||||||
width: 60px;
|
width: 45px;
|
||||||
height: 60px;
|
height: 45px;
|
||||||
// TODO: colors
|
// TODO: colors
|
||||||
border: 1px solid #DEDEDE;
|
border: 1px solid #DEDEDE;
|
||||||
|
|
||||||
@media screen and (min-width: $break-large) {
|
|
||||||
border-radius: 10vw;
|
|
||||||
width: 5vw;
|
|
||||||
height: 5vw;
|
|
||||||
min-width: 45px;
|
|
||||||
min-height: 45px;
|
|
||||||
max-width: 65px;
|
|
||||||
max-height: 65px;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-balance-buttons {
|
.hero-balance-buttons {
|
||||||
|
Loading…
Reference in New Issue
Block a user