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

46 lines
384 B
CSS
Raw Normal View History

2015-11-19 13:57:23 +00:00
*
{
font-size: 4mm;
}
.sheet
{
height: auto;
}
h2
2015-11-19 13:57:23 +00:00
{
font-size: 1.2em;
font-weight: bold;
2015-11-19 13:57:23 +00:00
}
.header
2015-11-19 13:57:23 +00:00
{
margin-bottom: 2em;
2015-11-19 13:57:23 +00:00
}
2018-02-06 08:57:05 +00:00
.header > div > p
2015-11-19 13:57:23 +00:00
{
margin: .1em 0;
2015-11-19 13:57:23 +00:00
}
2018-01-02 13:16:41 +00:00
.important
2015-11-19 13:57:23 +00:00
{
font-size: 1.2em;
font-weight: bold;
}
.address,
.total
{
margin-top: .8em;
}
.total
{
2018-01-02 13:16:41 +00:00
text-align: right;
}
.htk-grid
2018-01-02 13:16:41 +00:00
{
margin-top: 1em;
2015-11-19 13:57:23 +00:00
}
2018-01-05 12:57:35 +00:00
.packages
{
width: 50%;
margin-left: 0;
display: none;
}