CASH-926 | Prettier fix
This commit is contained in:
parent
ca4b3e5cd3
commit
58df1d5b75
2 changed files with 5 additions and 5 deletions
|
|
@ -1311,7 +1311,8 @@ export default {
|
||||||
.amount-due,
|
.amount-due,
|
||||||
.amount-paid,
|
.amount-paid,
|
||||||
.donation-amount {
|
.donation-amount {
|
||||||
font-family: UrbanistSemibold, AvertaSemibold; //Okay to remove AvertaSemibold after 2025.06.19 merge/release
|
font-family:
|
||||||
|
UrbanistSemibold, AvertaSemibold; //Okay to remove AvertaSemibold after 2025.06.19 merge/release
|
||||||
color: $black;
|
color: $black;
|
||||||
}
|
}
|
||||||
.sub-total {
|
.sub-total {
|
||||||
|
|
|
||||||
|
|
@ -121,8 +121,8 @@ $body-color: $gray-600;
|
||||||
|
|
||||||
//Fonts
|
//Fonts
|
||||||
$font-family-sans-serif: AvertaRegular, Arial, Helvetica, sans-serif;
|
$font-family-sans-serif: AvertaRegular, Arial, Helvetica, sans-serif;
|
||||||
$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
|
$font-family-monospace:
|
||||||
monospace;
|
SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
||||||
// stylelint-enable value-keyword-case
|
// stylelint-enable value-keyword-case
|
||||||
$font-family-base: $font-family-sans-serif;
|
$font-family-base: $font-family-sans-serif;
|
||||||
$font-family-code: $font-family-monospace;
|
$font-family-code: $font-family-monospace;
|
||||||
|
|
@ -170,8 +170,7 @@ $spacers: (
|
||||||
/* 16px */ 5: $spacer * 1.5,
|
/* 16px */ 5: $spacer * 1.5,
|
||||||
/* 24px */ 6: $spacer * 2,
|
/* 24px */ 6: $spacer * 2,
|
||||||
/* 32px */ 7: $spacer * 2.5,
|
/* 32px */ 7: $spacer * 2.5,
|
||||||
/* 40px */ 8: $spacer * 3,
|
/* 40px */ 8: $spacer * 3 /* 48px */,
|
||||||
/* 48px */
|
|
||||||
);
|
);
|
||||||
|
|
||||||
//Enable negative spacing (does NOT work on padding)
|
//Enable negative spacing (does NOT work on padding)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue