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 { .start {
font-size: 14px; font-size: 1em;
} }
.middle { .middle {
font-size: 11px; font-size: 0.7857em;
} }
.end { .end {
font-size: 11px; font-size: 0.7857em;
} }
.currency { .currency {
font-size: 14px; font-size: 1em;
} }
} }

View file

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

View file

@ -15239,7 +15239,7 @@ ion-content.padded-bottom-cta-with-summary {
.fee-summary .fee-fiat.negative { .fee-summary .fee-fiat.negative {
color: #C24633; } color: #C24633; }
.fee-summary .fee-crypto { .fee-summary .fee-crypto {
color: #BCBCBC; } color: #A7A7A7; }
.amount .start, .amount .start,
.amount .middle, .amount .middle,
@ -15248,16 +15248,16 @@ ion-content.padded-bottom-cta-with-summary {
display: inline-block; } display: inline-block; }
.amount .start { .amount .start {
font-size: 14px; } font-size: 1em; }
.amount .middle { .amount .middle {
font-size: 11px; } font-size: 0.7857em; }
.amount .end { .amount .end {
font-size: 11px; } font-size: 0.7857em; }
.amount .currency { .amount .currency {
font-size: 14px; } font-size: 1em; }
/* This is for rules that don't yet have a home. /* This is for rules that don't yet have a home.
* Our goal is to delete this file. Search the regex: /class=".*CLASS.*?"/ * Our goal is to delete this file. Search the regex: /class=".*CLASS.*?"/