mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-28 21:07:16 +00:00
20 lines
220 B
SCSS
20 lines
220 B
SCSS
@import "variables";
|
|
|
|
.row.invoice_title {
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
table.invoice_summary {
|
|
margin-bottom: 70px;
|
|
|
|
tr.total {
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
|
|
.invoice_title {
|
|
.balance {
|
|
color: $spree-green;
|
|
}
|
|
}
|