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

37 lines
479 B
CSS
Raw Normal View History

2022-10-04 08:55:13 +00:00
html {
2022-11-08 13:40:38 +00:00
font-family: "Roboto";
margin-top: -7px;
2022-10-04 08:55:13 +00:00
}
* {
2022-11-08 13:40:38 +00:00
box-sizing: border-box;
text-align: center;
font-size: 26px;
2022-10-04 08:55:13 +00:00
}
2022-11-08 13:40:38 +00:00
#vertical {
writing-mode: vertical-rl;
height: 226px;
margin-left: -13px;
2022-10-04 08:55:13 +00:00
}
.outline {
2022-11-08 13:40:38 +00:00
border: 1px solid black;
padding: 5px;
2022-10-04 08:55:13 +00:00
}
#nickname {
2022-11-08 13:40:38 +00:00
font-size: 22px;
2022-10-04 08:55:13 +00:00
}
#agencyDescripton {
2022-11-08 13:40:38 +00:00
font-size: 32px;
font-weight: bold;
2022-10-04 08:55:13 +00:00
}
#bold {
2022-11-08 13:40:38 +00:00
font-weight: bold;
2022-10-04 08:55:13 +00:00
}
2022-11-08 13:40:38 +00:00
#barcode{
width: 390px;
2022-10-04 08:55:13 +00:00
}
2022-11-08 13:40:38 +00:00
#shipped {
font-weight: bold;
2022-10-04 08:55:13 +00:00
}
2022-11-08 13:40:38 +00:00
#ticketFk, #vertical {
font-size: 34px;
2022-10-04 08:55:13 +00:00
}