salix/services/print/application/template/delivery-note/style.css

22 lines
304 B
CSS
Raw Normal View History

img {
margin: 0
}
.body {
font-family: arial, sans-serif;
max-width: 90%;
margin: 0 auto;
font-size: 14px;
color: #000
}
body .title {
text-align: center;
padding-bottom: 20px
}
body .title h1 {
font-size: 16px;
color: #333;
margin: 0
}