mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
Added original Vuexy files and cloned focus2 views into vuexy views for its conversion
This commit is contained in:
25
httpdocs/themes/vuexy/vendor/css/pages/app-invoice-print.css
vendored
Normal file
25
httpdocs/themes/vuexy/vendor/css/pages/app-invoice-print.css
vendored
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user