salix/print/templates/reports/buy-label/assets/css/style.css

41 lines
619 B
CSS
Raw Normal View History

2024-06-28 10:57:27 +00:00
html {
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
2024-06-28 12:52:19 +00:00
margin-top: -7px;
2024-06-28 10:57:27 +00:00
font-size: 28px;
}
table {
border: 1px solid;
width: 100%;
font-size: inherit;
}
td {
border: 1px solid;
padding: 5px;
width: 100%;
}
span {
font-size: 48px;
font-weight: bold;
}
.lbl {
color: gray;
font-weight: lighter;
font-size: 18px;
display: block;
}
2024-06-28 12:52:19 +00:00
.cell {
width: 157px;
2024-06-28 10:57:27 +00:00
height: 50px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
2024-06-28 12:52:19 +00:00
.barcode {
text-align: center;
}
2024-06-28 10:57:27 +00:00
#variant {
width: 314px;
}
#producer {
width: 471px;
}