28 lines
442 B
CSS
28 lines
442 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: #676b7b !important;
|
|
}
|
|
|
|
.invoice-print * {
|
|
color: #676b7b !important;
|
|
}
|
|
.invoice-print * .border-top {
|
|
border-top: 1px solid rgba(38, 43, 67, 0.5) !important;
|
|
}
|
|
|
|
.dark-style .invoice-print th {
|
|
color: #fff !important;
|
|
}
|