2017-08-07 00:46:55 +02:00
|
|
|
.hero-balance {
|
2017-08-07 08:12:40 +02:00
|
|
|
|
2017-08-07 00:46:55 +02:00
|
|
|
@media screen and (max-width: $break-small) {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: flex-start;
|
|
|
|
align-items: center;
|
2017-10-19 23:08:52 +02:00
|
|
|
flex: 0 0 auto;
|
2018-06-04 18:33:25 +02:00
|
|
|
padding-top: 16px;
|
2017-08-07 00:46:55 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: $break-large) {
|
2017-08-07 01:37:41 +02:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: flex-start;
|
|
|
|
align-items: center;
|
2018-01-11 06:09:09 +01:00
|
|
|
margin: 2.3em 2.37em .8em;
|
2018-01-16 20:58:02 +01:00
|
|
|
flex: 0 0 auto;
|
2017-08-07 00:46:55 +02:00
|
|
|
}
|
|
|
|
|
2017-08-08 10:49:45 +02:00
|
|
|
.balance-container {
|
|
|
|
display: flex;
|
|
|
|
margin: 0;
|
|
|
|
justify-content: flex-start;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
@media screen and (max-width: $break-small) {
|
|
|
|
flex-direction: column;
|
2017-10-19 23:08:52 +02:00
|
|
|
flex: 0 0 auto;
|
2018-06-19 01:30:44 +02:00
|
|
|
max-width: 100%;
|
2017-08-08 10:49:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: $break-large) {
|
|
|
|
flex-direction: row;
|
|
|
|
flex-grow: 3;
|
2018-06-19 01:30:44 +02:00
|
|
|
min-width: 0;
|
2017-08-08 10:49:45 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.balance-display {
|
2018-01-12 02:12:58 +01:00
|
|
|
.token-amount {
|
|
|
|
color: $black;
|
2018-06-19 01:30:44 +02:00
|
|
|
max-width: 100%;
|
|
|
|
|
|
|
|
.token-balance {
|
|
|
|
display: flex;
|
|
|
|
}
|
2018-01-12 02:12:58 +01:00
|
|
|
}
|
2017-08-07 03:06:23 +02:00
|
|
|
|
2017-08-07 00:46:55 +02:00
|
|
|
@media screen and (max-width: $break-small) {
|
2018-06-19 01:30:44 +02:00
|
|
|
max-width: 100%;
|
2017-08-07 00:46:55 +02:00
|
|
|
text-align: center;
|
2017-08-07 01:37:41 +02:00
|
|
|
|
|
|
|
.token-amount {
|
2018-01-11 06:09:09 +01:00
|
|
|
font-size: 1.75rem;
|
|
|
|
margin-top: 1rem;
|
2018-06-19 01:30:44 +02:00
|
|
|
|
|
|
|
.token-balance {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
2017-08-07 01:37:41 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.fiat-amount {
|
2017-08-07 02:46:18 +02:00
|
|
|
font-size: 115%;
|
|
|
|
margin-top: 8.5%;
|
2017-08-14 10:31:27 +02:00
|
|
|
color: #a0a0a0;
|
2017-08-07 01:37:41 +02:00
|
|
|
}
|
2017-08-07 00:46:55 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: $break-large) {
|
2018-06-19 01:30:44 +02:00
|
|
|
margin: 0 .8em;
|
2017-08-07 03:06:23 +02:00
|
|
|
justify-content: flex-start;
|
|
|
|
align-items: flex-start;
|
2018-06-19 01:30:44 +02:00
|
|
|
min-width: 0;
|
2017-08-07 00:46:55 +02:00
|
|
|
|
2017-08-07 01:37:41 +02:00
|
|
|
.token-amount {
|
2018-01-11 06:09:09 +01:00
|
|
|
font-size: 1.5rem;
|
2017-08-07 01:37:41 +02:00
|
|
|
}
|
2017-08-07 00:46:55 +02:00
|
|
|
|
2017-08-07 01:37:41 +02:00
|
|
|
.fiat-amount {
|
2017-08-14 10:31:27 +02:00
|
|
|
margin-top: .25%;
|
2017-08-07 02:13:31 +02:00
|
|
|
font-size: 105%;
|
2017-08-07 01:37:41 +02:00
|
|
|
}
|
2017-08-07 00:46:55 +02:00
|
|
|
}
|
2018-02-06 03:31:21 +01:00
|
|
|
|
|
|
|
@media #{$sub-mid-size-breakpoint-range} {
|
|
|
|
margin-left: .4em;
|
|
|
|
margin-right: .4em;
|
|
|
|
justify-content: flex-start;
|
|
|
|
align-items: flex-start;
|
|
|
|
|
|
|
|
.token-amount {
|
|
|
|
font-size: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fiat-amount {
|
|
|
|
margin-top: .25%;
|
|
|
|
font-size: 1rem;
|
|
|
|
}
|
|
|
|
}
|
2017-08-07 00:46:55 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.hero-balance-buttons {
|
2017-08-14 10:31:27 +02:00
|
|
|
|
2017-08-07 02:46:18 +02:00
|
|
|
@media screen and (max-width: $break-small) {
|
|
|
|
width: 100%;
|
2017-10-19 23:08:52 +02:00
|
|
|
// height: 100px; // needed a round number to set the heights of the buttons inside
|
|
|
|
flex: 0 0 auto;
|
|
|
|
padding: 16px 0;
|
2017-08-07 02:46:18 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (min-width: $break-large) {
|
|
|
|
flex-grow: 2;
|
2017-08-31 03:13:29 +02:00
|
|
|
justify-content: flex-end;
|
2017-08-07 02:46:18 +02:00
|
|
|
}
|
2017-08-07 00:46:55 +02:00
|
|
|
}
|
2017-08-11 08:21:39 +02:00
|
|
|
}
|
2018-01-11 06:09:09 +01:00
|
|
|
|
|
|
|
.hero-balance-button {
|
2018-03-26 07:19:42 +02:00
|
|
|
min-width: initial;
|
2018-01-11 06:09:09 +01:00
|
|
|
width: 6rem;
|
2018-02-06 03:31:21 +01:00
|
|
|
|
|
|
|
@media #{$sub-mid-size-breakpoint-range} {
|
2018-03-26 07:19:42 +02:00
|
|
|
padding: .4rem;
|
2018-02-06 03:31:21 +01:00
|
|
|
width: 4rem;
|
|
|
|
display: flex;
|
|
|
|
flex: 1;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
2018-01-11 06:09:09 +01:00
|
|
|
}
|