Fix fee display on Android 4.4 KitKat.
This commit is contained in:
parent
f52b2e7f09
commit
b0fba31040
1 changed files with 3 additions and 3 deletions
|
|
@ -18,12 +18,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.amount {
|
.amount {
|
||||||
display: flex;
|
|
||||||
flex-direction: row;
|
|
||||||
justify-content: space-between;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
.fee-fiat {
|
.fee-fiat {
|
||||||
|
display: inline;
|
||||||
|
|
||||||
&.positive {
|
&.positive {
|
||||||
color: #70955F;
|
color: #70955F;
|
||||||
}
|
}
|
||||||
|
|
@ -35,6 +34,7 @@
|
||||||
|
|
||||||
.fee-crypto {
|
.fee-crypto {
|
||||||
color: #A7A7A7;
|
color: #A7A7A7;
|
||||||
|
float: right;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue