mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
25 lines
620 B
CSS
Executable File
25 lines
620 B
CSS
Executable File
@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;
|
|
}
|
|
}
|