First Commit

This commit is contained in:
2026-05-31 10:17:09 +07:00
commit 17a9c69379
4547 changed files with 1170384 additions and 0 deletions
@@ -0,0 +1,29 @@
// Simplified color-contrast function to replicate bootstrap in report preview.
@function preview-color-contrast($background) {
@if (lightness($background) > 50) {
@return black;
} @else {
@return white;
}
}
.o_company_1_layout {
font-family: Lato;
h2 {
color: #212529;
}
#informations strong {
color: #212529;
}
.o_total strong {
color: #212529;
}
.o_company_tagline {
color: #212529
}
}