d60dd8bf39
Build Docker Image / build-frontend (push) Successful in 38s
Co-authored-by: ISMAIL MASSERAN <topaz@Mac.dlinkrouter.local> Co-authored-by: ISMAIL MASSERAN <topaz@ISMAILs-Macbook.local> Co-authored-by: nurafrinaalimi16 <nurafrinaalimi16@gmail.com> Reviewed-on: #15
26 lines
630 B
PHP
26 lines
630 B
PHP
<style>
|
|
.print-watermark {
|
|
position: absolute;
|
|
inset: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: 12px;
|
|
pointer-events: none;
|
|
z-index: 0;
|
|
}
|
|
.print-watermark img {
|
|
height: 160px;
|
|
max-width: 240px;
|
|
object-fit: contain;
|
|
opacity: 0.12;
|
|
-webkit-print-color-adjust: exact;
|
|
print-color-adjust: exact;
|
|
}
|
|
</style>
|
|
|
|
<div class="print-watermark" aria-hidden="true">
|
|
<img src="{{ asset('img/logo_kad.jpeg') }}" alt="">
|
|
<img src="{{ asset('img/logo-arrahn.jpeg') }}" alt="">
|
|
</div>
|