This commit is contained in:
2026-03-22 01:06:54 +05:00
parent 8b586c7ced
commit d2a0e31180
+10 -2
View File
@@ -33,11 +33,13 @@
padding: 4px 8px; padding: 4px 8px;
font-size: 10px; font-size: 10px;
border-bottom: 1px solid #000; border-bottom: 1px solid #000;
background-color: #E0E0E0;
} }
.sticker-motca .sticker-body { .sticker-motca .sticker-body {
display: flex; display: flex;
border-bottom: 1px solid #000; border-bottom: 1px solid #000;
background-color: #E0E0E0;
} }
.sticker-motca .sticker-info { .sticker-motca .sticker-info {
@@ -45,12 +47,18 @@
padding: 4px 8px; padding: 4px 8px;
font-size: 10px; font-size: 10px;
line-height: 1.4; line-height: 1.4;
position: relative;
padding-bottom: 28px;
} }
.sticker-motca .sticker-info .barcode { .sticker-motca .sticker-info .barcode {
position: absolute;
bottom: 0;
left: 1px;
height: 25px; height: 25px;
width: 100%; width: 80px;
margin-top: 4px; display: block;
background-color: #E0E0E0;
} }
.sticker-motca .sticker-values { .sticker-motca .sticker-values {