Adjust hero balance on mobile

feature/default_network_editable
sdtsui 7 years ago
parent ebf39831c4
commit f06a18a09c
  1. 57
      ui/app/css/itcss/components/hero-balance.scss

@ -28,13 +28,13 @@ $break-large: 576px;
text-align: center; text-align: center;
.token-amount { .token-amount {
font-size: 1.8em; font-size: 175%;
margin-top: 1em; margin-top: 15%;
} }
.fiat-amount { .fiat-amount {
font-size: 1.1em; font-size: 115%;
margin-top: 0.8em; margin-top: 8.5%;
} }
} }
@ -55,46 +55,51 @@ $break-large: 576px;
} }
.hero-balance-icon { .hero-balance-icon {
border-radius: 10vw; border-radius: 30px;
width: 60px;
height: 60px;
// TODO: colors // TODO: colors
border: 1px solid #DEDEDE; border: 1px solid #DEDEDE;
width: 5vw;
height: 5vw; @media screen and (min-width: $break-large) {
min-width: 45px; border-radius: 10vw;
min-height: 45px; width: 5vw;
max-width: 65px; height: 5vw;
max-height: 65px; min-width: 45px;
min-height: 45px;
max-width: 65px;
max-height: 65px;
}
} }
.hero-balance-buttons { .hero-balance-buttons {
@media screen and (max-width: $break-small) {
width: 100%;
height: 100px; // needed a round number to set the heights of the buttons inside
}
@media screen and (min-width: $break-large) {
flex-grow: 2;
}
button.btn-clear { button.btn-clear {
width: 5%; font-size: 75%;
height: 32px;
font-size: .7em;
background: white; background: white;
border: 1px solid; border: 1px solid;
@media screen and (max-width: $break-small) { @media screen and (max-width: $break-small) {
width: 100%; width: 22%;
margin-top: 1.3em; height: 55%;
} }
@media screen and (min-width: $break-large) { @media screen and (min-width: $break-large) {
width: 5%;
flex-grow: 2; flex-grow: 2;
height: 4.2vh; height: 4.2vh;
min-height: 28px; min-height: 28px;
font-size: .7em; font-size: .7em;
} }
}
@media screen and (max-width: $break-small) {
width: 100%;
margin-top: 1.3em;
}
@media screen and (min-width: $break-large) {
flex-grow: 2;
} }
} }

Loading…
Cancel
Save