remove remaining accounting code

This commit is contained in:
Thomas Girod
2025-04-13 14:14:26 +02:00
parent 169faec479
commit 05756520a3
14 changed files with 67 additions and 661 deletions

View File

@ -523,33 +523,6 @@ body {
}
}
/*---------------------------ACCOUNTING----------------------------*/
#accounting {
.journal-table {
tbody {
.neg-amount {
color: red;
&:before {
font-family: FontAwesome;
font-size: 1em;
content: "\f063";
}
}
.pos-amount {
color: green;
&:before {
font-family: FontAwesome;
font-size: 1em;
content: "\f062";
}
}
}
}
}
/*-----------------------------GENERAL-----------------------------*/
h1,
h2,