File: /home/slfopp7cb1df/public_html/sitepacket.com/system/assets/scss/invoice.scss
.invoice-preview {
max-width: 900px;
min-width: 400px;
margin: auto;
table {
width: 100%;
margin-top: 40px;
}
td,
th {
padding: 10px;
}
*:not(.badge) {
line-height: 20px !important;
}
}
.ribbon {
position: absolute;
left: -25px;
top: -34px;
z-index: 1;
overflow: hidden;
width: 110px;
height: 110px;
text-align: right;
span {
font-size: 12px;
font-weight: bold;
color: #FFF;
text-align: center;
line-height: 20px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
width: 147px;
display: block;
position: absolute;
top: 35px;
left: -28px;
padding: 0 !important;
border-radius: 0;
&:before {
content: "";
position: absolute;
left: 0px;
top: 100%;
z-index: -1;
border-left: 3px solid #aaa;
border-right: 3px solid transparent;
border-bottom: 3px solid transparent;
border-top: 3px solid #aaa;
}
&:after {
content: "";
position: absolute;
right: 0px;
top: 100%;
z-index: -1;
border-left: 3px solid transparent;
border-right: 3px solid #aaa;
border-bottom: 3px solid transparent;
border-top: 3px solid #aaa;
}
}
.badge {
&.rounded-pill {
border-radius: 0 !important;
}
}
}
.invoice-meta {
font-size: 100% !important;
}
.print-invoice {
.invoice-preview-container {
border: 1px solid #dadada;
}
.ribbon {
span {
&:before,
&:after {
border: none !important;
}
}
width: 105px;
height: 105px;
left: -21px;
top: -31px;
}
.table-responsive,
.table-responsive tr th,
.table-responsive tr td:not([colspan='3']) {
border: 1px solid #eee !important;
}
.invoice-pdf-hidden-table {
border: none !important;
}
td.invoice-header-style-one .invoice-info-title {
margin-right: -5px !important;
}
td.invoice-header-style-two .invoice-info-title {
margin-left: -5px !important;
}
}
.public-invoice-preview form {
margin-bottom: 0 !important;
}
@media print {
body {
background-color: #fff !important;
}
.invoice-preview-container {
border: none !important;
box-shadow: none !important;
}
}