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:
24
httpdocs/themes/vuexy/vendor/css/pages/app-invoice.css
vendored
Normal file
24
httpdocs/themes/vuexy/vendor/css/pages/app-invoice.css
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
@media (max-width: 575.98px) {
|
||||
.invoice-edit .invoice-preview-card .invoice-calculations,
|
||||
.invoice-add .invoice-preview-card .invoice-calculations {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.invoice-edit .repeater-title,
|
||||
.invoice-add .repeater-title {
|
||||
position: absolute;
|
||||
top: -1.75rem;
|
||||
}
|
||||
}
|
||||
.invoice-edit .invoice-preview-card .repeater-wrapper:not(:last-child),
|
||||
.invoice-add .invoice-preview-card .repeater-wrapper:not(:last-child) {
|
||||
margin-bottom: 1.5rem;
|
||||
}
|
||||
@media print {
|
||||
.invoice-edit hr,
|
||||
.invoice-add hr {
|
||||
margin-top: 1rem !important;
|
||||
margin-bottom: 1rem !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user