hedera-web/reports/delivery-note/style.css

37 lines
408 B
CSS
Raw Normal View History

2017-03-30 11:44:53 +00:00
.report .sheet
2015-11-19 13:57:23 +00:00
{
height: auto;
}
2017-03-30 11:44:53 +00:00
.report h2
2015-11-19 13:57:23 +00:00
{
2017-03-30 11:44:53 +00:00
margin-bottom: .8em;
font-weight: bold;
2015-11-19 13:57:23 +00:00
}
2017-03-30 11:44:53 +00:00
.report .header
2015-11-19 13:57:23 +00:00
{
margin-bottom: 2em;
2015-11-19 13:57:23 +00:00
}
2018-02-19 17:24:40 +00:00
.report .header > div > p
2015-11-19 13:57:23 +00:00
{
text-align: right;
margin: .1em 0;
2015-11-19 13:57:23 +00:00
}
2018-02-19 17:24:40 +00:00
.report .address
2018-02-06 08:57:05 +00:00
{
margin-top: .8em;
}
2017-03-30 11:44:53 +00:00
.report .footer
2015-11-19 13:57:23 +00:00
{
font-weight: bold;
border-top: 1px solid #333;
padding-top: .3em;
2015-11-19 13:57:23 +00:00
}
2018-01-05 12:57:35 +00:00
.packages
{
width: 50%;
padding-top: 1em;
margin-left: 0;
display: none;
}