right-justify the column total in a rounded pill
This commit is contained in:
@@ -13,9 +13,18 @@
|
||||
.fb-column-total {
|
||||
flex-basis: 100%;
|
||||
margin-top: 2px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* The visible pill hugs the text (not the full width) and is right-justified on its line. */
|
||||
.fb-total-pill {
|
||||
display: inline-block;
|
||||
padding: 0 5px;
|
||||
font-weight: bold;
|
||||
font-size: 0.95em;
|
||||
color: #000;
|
||||
background: rgba(0, 0, 0, 0.05);
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
/* Keep the signed amount together ("-R$450,00"); a break before it (after "Total:") is fine. */
|
||||
|
||||
Reference in New Issue
Block a user