Files
safekat/httpdocs/themes/vuexy/vendor/css/pages/app-invoice-print.css
2024-11-07 20:17:58 +01:00

26 lines
401 B
CSS

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;
}