mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-01 21:47:16 +00:00
18 lines
193 B
SCSS
18 lines
193 B
SCSS
.row.invoice_title {
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
table.invoice_summary {
|
|
margin-bottom: 70px;
|
|
|
|
tr.total {
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
|
|
.invoice_title {
|
|
.balance {
|
|
color: #9fc820;
|
|
}
|
|
}
|