Updates amount font size
This commit is contained in:
parent
2492a405a1
commit
69b2fac8e5
3 changed files with 10 additions and 10 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -28,6 +28,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.fee-crypto {
|
.fee-crypto {
|
||||||
color: #BCBCBC;
|
color: #A7A7A7;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -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.*?"/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue