diff --git a/templates/rs-auto.css b/templates/rs-auto.css index 973e5ed..c75a2cf 100644 --- a/templates/rs-auto.css +++ b/templates/rs-auto.css @@ -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 { diff --git a/templates/rs-auto.html b/templates/rs-auto.html index db49ce5..a9eac23 100644 --- a/templates/rs-auto.html +++ b/templates/rs-auto.html @@ -16,14 +16,7 @@
{{engineCapacity}}
diff --git a/templates/rs-auto.svg b/templates/rs-auto.svg new file mode 100644 index 0000000..0643a4e --- /dev/null +++ b/templates/rs-auto.svg @@ -0,0 +1,933 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file