Added original Vuexy files and cloned focus2 views into vuexy views for its conversion

This commit is contained in:
imnavajas
2023-05-06 13:01:53 +02:00
parent f0772cf1a6
commit ab99ba508b
1240 changed files with 240576 additions and 12 deletions

View File

@ -0,0 +1,25 @@
html,
body {
background: #fff !important;
}
body > :not(.invoice-print) {
display: none !important;
}
.invoice-print {
min-width: 768px !important;
font-size: 15px !important;
}
.invoice-print svg {
fill: #6f6b7d !important;
}
.invoice-print * {
border-color: rgba(75, 70, 92, 0.5) !important;
color: #6f6b7d !important;
}
.dark-style .invoice-print th {
color: #fff !important;
}