mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 12:20:31 +00:00
20 lines
297 B
SCSS
20 lines
297 B
SCSS
@import "../base.scss";
|
|
@import "../fonts.scss";
|
|
|
|
body {
|
|
background: #f8f9fa;
|
|
text-align: left;
|
|
-webkit-print-color-adjust: exact;
|
|
|
|
html[lang^='ar'] & {
|
|
font-family: "Segoe UI";
|
|
}
|
|
html[lang^='en'] & {
|
|
font-family: "Noto Sans";
|
|
}
|
|
|
|
@media print {
|
|
background: #fff;
|
|
}
|
|
}
|