Updates amount font size

This commit is contained in:
Sam Cheng Hung 2018-07-27 12:29:34 +08:00
commit 69b2fac8e5
3 changed files with 10 additions and 10 deletions

View file

@ -7,18 +7,18 @@
}
.start {
font-size: 14px;
font-size: 1em;
}
.middle {
font-size: 11px;
font-size: 0.7857em;
}
.end {
font-size: 11px;
font-size: 0.7857em;
}
.currency {
font-size: 14px;
font-size: 1em;
}
}

View file

@ -28,6 +28,6 @@
}
.fee-crypto {
color: #BCBCBC;
color: #A7A7A7;
}
}