restore composer.json, add mysqli extension
This commit is contained in:
29
public/vendor/dashboard/app-assets/css/pages/invoice.css
vendored
Executable file
29
public/vendor/dashboard/app-assets/css/pages/invoice.css
vendored
Executable file
@@ -0,0 +1,29 @@
|
||||
/*========================================================
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user