38 lines
589 B
CSS
38 lines
589 B
CSS
html {
|
|
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
|
|
margin-top: -7px;
|
|
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;
|
|
}
|
|
.cell {
|
|
width: 157px;
|
|
height: 50px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.barcode {
|
|
text-align: center;
|
|
}
|
|
.one-third {
|
|
width: 314px;
|
|
} |