Files
roadworthiness-sticker-gene…/templates/rs-auto.css
Shihaam Abdul Rahman e67cc4ca9c
Some checks failed
Deploy static content to Pages / deploy (push) Has been cancelled
fr hide default values, app now modular, and easy to add templates + new template
2026-03-22 00:24:30 +05:00

75 lines
1.4 KiB
CSS

/* RS AUTO Template Styles */
.sticker-rs-auto {
width: 280px;
border: 2px 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: 6px 8px;
font-size: 18px;
font-weight: bold;
letter-spacing: 4px;
}
.sticker-rs-auto .sticker-barcode-row {
display: flex;
align-items: center;
border-bottom: 1px solid #000;
padding: 4px 8px;
gap: 8px;
}
.sticker-rs-auto .sticker-barcode-row .barcode-number {
font-size: 11px;
font-weight: 500;
}
.sticker-rs-auto .sticker-barcode-row .barcode {
height: 30px;
flex: 1;
}
.sticker-rs-auto .sticker-body {
display: flex;
border-bottom: 1px solid #000;
}
.sticker-rs-auto .sticker-info {
flex: 1;
padding: 6px 8px;
font-size: 10px;
line-height: 1.4;
}
.sticker-rs-auto .sticker-info .date-row {
margin-bottom: 2px;
}
.sticker-rs-auto .sticker-logo {
width: 80px;
border-left: 1px 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-footer {
text-align: center;
padding: 4px 8px;
font-size: 10px;
font-weight: 500;
}