Compare commits

..

No commits in common. "2bb5cf122c671660266c991dd20f23120786464c" and "525e7c1463938740e2d3efb7b8085f7b9f8b2437" have entirely different histories.

View File

@ -69,7 +69,7 @@ if(!is_user_logged_in()){
}
.label .product-details .origin {
font-size: 4mm; /* so that 20 char names fit on one line */
font-size: 5mm;
font-weight: 700;
letter-spacing: calc(0.4 * 4px);
margin-block: 3mm;
@ -90,7 +90,7 @@ if(!is_user_logged_in()){
}
.label .product-details .code {
min-height: 6mm;
min-height: calc(0.4 * 20px);
letter-spacing: calc(0.4 * 10px);
margin-top: 2mm;
font-size: 4mm;
@ -99,9 +99,11 @@ if(!is_user_logged_in()){
.label .order-details {
text-align: center;
width: 100%;
top: 5cm;
left: 0;
font-size: calc(0.35 * 17px);
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 2.2mm; /* so that names as long as 50 characters stay on one line */
margin-top: 4.6mm; /* to center text inside white area */
font-size: 4mm;
}
.label .order-details p {