update rs-auto template
Deploy static content to Pages / deploy (push) Has been cancelled

This commit is contained in:
2026-03-22 01:18:19 +05:00
parent 72b9d2f5e2
commit 727bbb4d0b
3 changed files with 944 additions and 16 deletions
+10 -8
View File
@@ -1,7 +1,7 @@
/* RS AUTO Template Styles */
.sticker-rs-auto {
width: 280px;
border: 2px solid #000;
border: 3px solid #000;
font-family: Arial, sans-serif;
font-size: 11px;
background: #fff;
@@ -21,7 +21,7 @@
.sticker-rs-auto .sticker-barcode-row {
display: flex;
align-items: center;
border-bottom: 1px solid #000;
border-bottom: 2px solid #000;
padding: 4px 8px;
gap: 8px;
}
@@ -38,7 +38,7 @@
.sticker-rs-auto .sticker-body {
display: flex;
border-bottom: 1px solid #000;
border-bottom: 2px solid #000;
}
.sticker-rs-auto .sticker-info {
@@ -53,17 +53,19 @@
}
.sticker-rs-auto .sticker-logo {
width: 80px;
border-left: 1px solid #000;
width: 100px;
border-left: 2px solid #000;
display: flex;
align-items: center;
justify-content: center;
padding: 4px;
}
.sticker-rs-auto .sticker-logo .logo-svg {
width: 70px;
height: 70px;
.sticker-rs-auto .sticker-logo .logo-svg,
.sticker-rs-auto .sticker-logo .logo-img {
width: 90px;
height: 90px;
object-fit: contain;
}
.sticker-rs-auto .sticker-footer {