30 lines
615 B
CSS
Executable File
30 lines
615 B
CSS
Executable File
/*========================================================
|
|
DARK LAYOUT
|
|
=========================================================*/
|
|
.invoice-page
|
|
{
|
|
padding: 2.2rem;
|
|
}
|
|
.invoice-page .recipient-contact i,
|
|
.invoice-page .company-contact i
|
|
{
|
|
position: relative;
|
|
top: 2px;
|
|
|
|
padding-right: .2rem;
|
|
}
|
|
.invoice-page .recipient-info p,
|
|
.invoice-page .company-info p,
|
|
.invoice-page .company-contact p,
|
|
.invoice-page .recipient-contact p
|
|
{
|
|
line-height: 2;
|
|
|
|
margin-bottom: 0;
|
|
}
|
|
.invoice-page .invoice-items-table table,
|
|
.invoice-page .invoice-total-table table
|
|
{
|
|
border: 2px solid #f8f8f8;
|
|
}
|