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

44 lines
602 B
CSS
Raw Normal View History

2022-10-04 08:55:13 +00:00
html {
font-family: Arial, Helvetica, sans-serif;
2022-11-29 07:22:32 +00:00
margin-top: -6px;
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: 230px;
font-size: 29px;
2022-11-08 13:40:38 +00:00
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;
height: 37px;
width: 100px;
2022-10-04 08:55:13 +00:00
}
#nickname {
2022-11-08 13:40:38 +00:00
font-size: 22px;
2022-11-29 07:22:32 +00:00
max-width: 50px;
2022-10-04 08:55:13 +00:00
}
#agencyDescripton {
2022-11-08 13:40:38 +00:00
font-size: 32px;
width: 375px;
2022-11-08 13:40:38 +00:00
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: 370px;
2022-10-04 08:55:13 +00:00
}
2022-11-08 13:40:38 +00:00
#shipped {
font-weight: bold;
width: 50px;
max-width: 100px;
2022-10-04 08:55:13 +00:00
}
2022-11-30 07:18:37 +00:00
#ticketFk {
font-size: 32px;
2022-10-04 08:55:13 +00:00
}