salix/print/templates/reports/delivery-note/assets/css/style.css

40 lines
533 B
CSS
Raw Normal View History

#signature {
padding-right: 10px
}
#signature img {
-webkit-filter: brightness(0%);
filter: brightness(0%);
margin-bottom: 10px;
max-width: 150px
}
2020-12-16 08:24:11 +00:00
.description strong {
text-transform: uppercase;
}
2020-12-16 08:24:11 +00:00
h2 {
font-weight: 100;
color: #555
2020-09-25 12:45:00 +00:00
}
.ticket-info {
2020-12-16 08:24:11 +00:00
font-size: 26px
}
#phytosanitary {
padding-right: 10px
}
#phytosanitary .flag img {
width: 100%
}
#phytosanitary .flag .flag-text {
padding-left: 10px;
box-sizing: border-box;
}
.phytosanitary-info {
margin-top: 10px
2019-02-05 06:58:05 +00:00
}