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

19 lines
276 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
}
.description.phytosanitary {
background-color: #e5e5e5
}
h3 {
font-weight: 100;
color: #555
2019-02-05 06:58:05 +00:00
}