45 lines
1.2 KiB
CSS
45 lines
1.2 KiB
CSS
@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: -2.4rem;
|
|
}
|
|
}
|
|
.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;
|
|
}
|
|
}
|
|
|
|
.invoice-preview .invoice-preview-header,
|
|
.invoice-edit .invoice-preview-header,
|
|
.invoice-add .invoice-preview-header {
|
|
background-color: rgba(38, 43, 67, 0.06);
|
|
}
|
|
|
|
.invoice-preview .table thead tr th {
|
|
background-color: transparent !important;
|
|
border-color: #e5e6e8;
|
|
}
|
|
|
|
.dark-style .invoice-preview .invoice-preview-header,
|
|
.dark-style .invoice-edit .invoice-preview-header,
|
|
.dark-style .invoice-add .invoice-preview-header {
|
|
background-color: rgba(234, 234, 255, 0.06);
|
|
}
|
|
.dark-style .invoice-preview .table thead tr th {
|
|
border-color: #464963;
|
|
}
|