mirror of https://github.com/4xmen/xshop.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
483 B
SCSS
32 lines
483 B
SCSS
.LianaInvoice {
|
|
.inv-footer{
|
|
border: 1px solid gray;
|
|
padding: 1rem;
|
|
border-radius: var(--xshop-border-radius);
|
|
}
|
|
|
|
|
|
.liana-logo{
|
|
height: 64px;
|
|
margin-top: 2rem;
|
|
}
|
|
|
|
|
|
.qr-code{
|
|
max-width: 150px;
|
|
}
|
|
@media print {
|
|
&{
|
|
font-size: 90%;
|
|
}
|
|
.qr-code{
|
|
max-width: 100%;
|
|
}
|
|
.liana-logo{
|
|
width: 64px;
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
}
|
|
|