您最多能選擇 25 個主題
主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
32 行
483 B
SCSS
32 行
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;
|
|
}
|
|
}
|
|
}
|
|
|