Files
Shihaam Abdul Rahman 2cc20dec72
Some checks failed
Deploy static content to Pages / deploy (push) Has been cancelled
fix sticker rendering
2026-03-22 02:26:03 +05:00

76 lines
1.4 KiB
CSS

/* RS AUTO Template Styles */
.sticker-rs-auto {
width: 280px;
border: 1px solid #000;
font-family: Arial, sans-serif;
font-size: 11px;
background: #fff;
color: #000;
}
.sticker-rs-auto .sticker-header {
background-color: #000;
color: #fff;
text-align: center;
padding: 4px 8px;
font-size: 16px;
font-weight: bold;
letter-spacing: 6px;
}
.sticker-rs-auto .sticker-barcode-row {
display: flex;
align-items: center;
border-bottom: 1px solid #000;
padding: 2px 0 2px 6px;
gap: 6px;
background: #fff;
}
.sticker-rs-auto .sticker-barcode-row .barcode-number {
font-size: 11px;
font-weight: bold;
}
.sticker-rs-auto .sticker-barcode-row .barcode {
height: 24px;
flex: 1;
}
.sticker-rs-auto .sticker-body {
display: flex;
border-bottom: 1px solid #000;
}
.sticker-rs-auto .sticker-info {
flex: 1;
padding: 4px 6px;
font-size: 10px;
line-height: 1.3;
border-right: 1px solid #000;
}
.sticker-rs-auto .sticker-info .date-row {
margin-bottom: 0;
}
.sticker-rs-auto .sticker-logo {
width: 85px;
display: flex;
align-items: center;
justify-content: center;
}
.sticker-rs-auto .sticker-logo .logo-svg,
.sticker-rs-auto .sticker-logo .logo-img {
width: 100%;
height: auto;
}
.sticker-rs-auto .sticker-footer {
text-align: center;
padding: 3px 8px;
font-size: 10px;
font-weight: bold;
}