Adds size-equal and capitalizes currency text
This commit is contained in:
parent
7fb2792a1a
commit
f4b0b46067
4 changed files with 22 additions and 3 deletions
|
|
@ -15083,9 +15083,14 @@ log-options #check-bar .checkbox-icon {
|
|||
font-size: 0.7857em;
|
||||
margin-left: 5px; }
|
||||
|
||||
.amount.size-equal .middle,
|
||||
.amount.size-equal .end {
|
||||
font-size: 1em; }
|
||||
|
||||
.amount .currency {
|
||||
font-size: 1em;
|
||||
margin-left: 5px; }
|
||||
margin-left: 5px;
|
||||
text-transform: uppercase; }
|
||||
|
||||
/* This is for rules that don't yet have a home.
|
||||
* Our goal is to delete this file. Search the regex: /class=".*CLASS.*?"/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue