salix/print/report/rpt-informe/assets/css/style.css

25 lines
286 B
CSS
Raw Normal View History

2019-02-07 06:47:09 +00:00
p {
font-size: 1.2em;
margin: 0
}
.main {
position: relative;
height: 100%
}
.content {
position: absolute;
margin-top: -200px;
height: 400px;
top: 50%
}
.signature {
text-align: center;
margin-top: 150px
}
.signature img {
width: 400px
2019-02-06 09:53:12 +00:00
}