mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 00:04:29 -04:00
Merge pull request #6439 from beganovich/v5-615
(v5) Designs: Add useful snippets
This commit is contained in:
commit
f6fc378555
@ -250,6 +250,35 @@
|
|||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Useful snippets, uncomment to enable. **/
|
||||||
|
|
||||||
|
/** Hide company logo **/
|
||||||
|
/* .company-logo { display: none } */
|
||||||
|
|
||||||
|
/* Hide company details */
|
||||||
|
/* #company-details > * { display: none } */
|
||||||
|
|
||||||
|
/* Hide company address */
|
||||||
|
/* #company-address > * { display: none } */
|
||||||
|
|
||||||
|
/* Hide public notes */
|
||||||
|
/* [data-ref="total_table-public_notes"] { display: none } */
|
||||||
|
|
||||||
|
/* Hide terms label */
|
||||||
|
/* [data-ref="total_table-terms-label"] { display: none } */
|
||||||
|
|
||||||
|
/* Hide totals table */
|
||||||
|
/* #table-totals { display: none } */
|
||||||
|
|
||||||
|
/* Hide totals table left side */
|
||||||
|
/* #table-totals div:first-child > * { display: none !important } */
|
||||||
|
|
||||||
|
/* Hide totals table right side */
|
||||||
|
/* .totals-table-right-side { display: none } */
|
||||||
|
|
||||||
|
/** For more info, please check our docs: https://invoiceninja.github.io **/
|
||||||
|
/** To find out selectors on your own: https://invoiceninja.github.io/docs/custom-fields/#snippets **/
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
|
@ -243,6 +243,35 @@
|
|||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Useful snippets, uncomment to enable. **/
|
||||||
|
|
||||||
|
/** Hide company logo **/
|
||||||
|
/* .company-logo { display: none } */
|
||||||
|
|
||||||
|
/* Hide company details */
|
||||||
|
/* #company-details > * { display: none } */
|
||||||
|
|
||||||
|
/* Hide company address */
|
||||||
|
/* #company-address > * { display: none } */
|
||||||
|
|
||||||
|
/* Hide public notes */
|
||||||
|
/* [data-ref="total_table-public_notes"] { display: none } */
|
||||||
|
|
||||||
|
/* Hide terms label */
|
||||||
|
/* [data-ref="total_table-terms-label"] { display: none } */
|
||||||
|
|
||||||
|
/* Hide totals table */
|
||||||
|
/* #table-totals { display: none } */
|
||||||
|
|
||||||
|
/* Hide totals table left side */
|
||||||
|
/* #table-totals div:first-child > * { display: none !important } */
|
||||||
|
|
||||||
|
/* Hide totals table right side */
|
||||||
|
/* .totals-table-right-side { display: none } */
|
||||||
|
|
||||||
|
/** For more info, please check our docs: https://invoiceninja.github.io **/
|
||||||
|
/** To find out selectors on your own: https://invoiceninja.github.io/docs/custom-fields/#snippets **/
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div id="header"></div>
|
<div id="header"></div>
|
||||||
|
@ -201,6 +201,35 @@
|
|||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Useful snippets, uncomment to enable. **/
|
||||||
|
|
||||||
|
/** Hide company logo **/
|
||||||
|
/* .company-logo { display: none } */
|
||||||
|
|
||||||
|
/* Hide company details */
|
||||||
|
/* #company-details > * { display: none } */
|
||||||
|
|
||||||
|
/* Hide company address */
|
||||||
|
/* #company-address > * { display: none } */
|
||||||
|
|
||||||
|
/* Hide public notes */
|
||||||
|
/* [data-ref="total_table-public_notes"] { display: none } */
|
||||||
|
|
||||||
|
/* Hide terms label */
|
||||||
|
/* [data-ref="total_table-terms-label"] { display: none } */
|
||||||
|
|
||||||
|
/* Hide totals table */
|
||||||
|
/* #table-totals { display: none } */
|
||||||
|
|
||||||
|
/* Hide totals table left side */
|
||||||
|
/* #table-totals div:first-child > * { display: none !important } */
|
||||||
|
|
||||||
|
/* Hide totals table right side */
|
||||||
|
/* .totals-table-right-side { display: none } */
|
||||||
|
|
||||||
|
/** For more info, please check our docs: https://invoiceninja.github.io **/
|
||||||
|
/** To find out selectors on your own: https://invoiceninja.github.io/docs/custom-fields/#snippets **/
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div id="header"></div>
|
<div id="header"></div>
|
||||||
|
@ -203,6 +203,35 @@
|
|||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Useful snippets, uncomment to enable. **/
|
||||||
|
|
||||||
|
/** Hide company logo **/
|
||||||
|
/* .company-logo { display: none } */
|
||||||
|
|
||||||
|
/* Hide company details */
|
||||||
|
/* #company-details > * { display: none } */
|
||||||
|
|
||||||
|
/* Hide company address */
|
||||||
|
/* #company-address > * { display: none } */
|
||||||
|
|
||||||
|
/* Hide public notes */
|
||||||
|
/* [data-ref="total_table-public_notes"] { display: none } */
|
||||||
|
|
||||||
|
/* Hide terms label */
|
||||||
|
/* [data-ref="total_table-terms-label"] { display: none } */
|
||||||
|
|
||||||
|
/* Hide totals table */
|
||||||
|
/* #table-totals { display: none } */
|
||||||
|
|
||||||
|
/* Hide totals table left side */
|
||||||
|
/* #table-totals div:first-child > * { display: none !important } */
|
||||||
|
|
||||||
|
/* Hide totals table right side */
|
||||||
|
/* .totals-table-right-side { display: none } */
|
||||||
|
|
||||||
|
/** For more info, please check our docs: https://invoiceninja.github.io **/
|
||||||
|
/** To find out selectors on your own: https://invoiceninja.github.io/docs/custom-fields/#snippets **/
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div id="header"></div>
|
<div id="header"></div>
|
||||||
|
@ -201,6 +201,35 @@
|
|||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Useful snippets, uncomment to enable. **/
|
||||||
|
|
||||||
|
/** Hide company logo **/
|
||||||
|
/* .company-logo { display: none } */
|
||||||
|
|
||||||
|
/* Hide company details */
|
||||||
|
/* #company-details > * { display: none } */
|
||||||
|
|
||||||
|
/* Hide company address */
|
||||||
|
/* #company-address > * { display: none } */
|
||||||
|
|
||||||
|
/* Hide public notes */
|
||||||
|
/* [data-ref="total_table-public_notes"] { display: none } */
|
||||||
|
|
||||||
|
/* Hide terms label */
|
||||||
|
/* [data-ref="total_table-terms-label"] { display: none } */
|
||||||
|
|
||||||
|
/* Hide totals table */
|
||||||
|
/* #table-totals { display: none } */
|
||||||
|
|
||||||
|
/* Hide totals table left side */
|
||||||
|
/* #table-totals div:first-child > * { display: none !important } */
|
||||||
|
|
||||||
|
/* Hide totals table right side */
|
||||||
|
/* .totals-table-right-side { display: none } */
|
||||||
|
|
||||||
|
/** For more info, please check our docs: https://invoiceninja.github.io **/
|
||||||
|
/** To find out selectors on your own: https://invoiceninja.github.io/docs/custom-fields/#snippets **/
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div id="header"></div>
|
<div id="header"></div>
|
||||||
|
@ -212,6 +212,35 @@
|
|||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Useful snippets, uncomment to enable. **/
|
||||||
|
|
||||||
|
/** Hide company logo **/
|
||||||
|
/* .company-logo { display: none } */
|
||||||
|
|
||||||
|
/* Hide company details */
|
||||||
|
/* #company-details > * { display: none } */
|
||||||
|
|
||||||
|
/* Hide company address */
|
||||||
|
/* #company-address > * { display: none } */
|
||||||
|
|
||||||
|
/* Hide public notes */
|
||||||
|
/* [data-ref="total_table-public_notes"] { display: none } */
|
||||||
|
|
||||||
|
/* Hide terms label */
|
||||||
|
/* [data-ref="total_table-terms-label"] { display: none } */
|
||||||
|
|
||||||
|
/* Hide totals table */
|
||||||
|
/* #table-totals { display: none } */
|
||||||
|
|
||||||
|
/* Hide totals table left side */
|
||||||
|
/* #table-totals div:first-child > * { display: none !important } */
|
||||||
|
|
||||||
|
/* Hide totals table right side */
|
||||||
|
/* .totals-table-right-side { display: none } */
|
||||||
|
|
||||||
|
/** For more info, please check our docs: https://invoiceninja.github.io **/
|
||||||
|
/** To find out selectors on your own: https://invoiceninja.github.io/docs/custom-fields/#snippets **/
|
||||||
</style>
|
</style>
|
||||||
<div id="header"></div>
|
<div id="header"></div>
|
||||||
|
|
||||||
|
@ -269,6 +269,35 @@
|
|||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Useful snippets, uncomment to enable. **/
|
||||||
|
|
||||||
|
/** Hide company logo **/
|
||||||
|
/* .company-logo { display: none } */
|
||||||
|
|
||||||
|
/* Hide company details */
|
||||||
|
/* #company-details > * { display: none } */
|
||||||
|
|
||||||
|
/* Hide company address */
|
||||||
|
/* #company-address > * { display: none } */
|
||||||
|
|
||||||
|
/* Hide public notes */
|
||||||
|
/* [data-ref="total_table-public_notes"] { display: none } */
|
||||||
|
|
||||||
|
/* Hide terms label */
|
||||||
|
/* [data-ref="total_table-terms-label"] { display: none } */
|
||||||
|
|
||||||
|
/* Hide totals table */
|
||||||
|
/* #table-totals { display: none } */
|
||||||
|
|
||||||
|
/* Hide totals table left side */
|
||||||
|
/* #table-totals div:first-child > * { display: none !important } */
|
||||||
|
|
||||||
|
/* Hide totals table right side */
|
||||||
|
/* .totals-table-right-side { display: none } */
|
||||||
|
|
||||||
|
/** For more info, please check our docs: https://invoiceninja.github.io **/
|
||||||
|
/** To find out selectors on your own: https://invoiceninja.github.io/docs/custom-fields/#snippets **/
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
|
@ -179,6 +179,35 @@
|
|||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Useful snippets, uncomment to enable. **/
|
||||||
|
|
||||||
|
/** Hide company logo **/
|
||||||
|
/* .company-logo { display: none } */
|
||||||
|
|
||||||
|
/* Hide company details */
|
||||||
|
/* #company-details > * { display: none } */
|
||||||
|
|
||||||
|
/* Hide company address */
|
||||||
|
/* #company-address > * { display: none } */
|
||||||
|
|
||||||
|
/* Hide public notes */
|
||||||
|
/* [data-ref="total_table-public_notes"] { display: none } */
|
||||||
|
|
||||||
|
/* Hide terms label */
|
||||||
|
/* [data-ref="total_table-terms-label"] { display: none } */
|
||||||
|
|
||||||
|
/* Hide totals table */
|
||||||
|
/* #table-totals { display: none } */
|
||||||
|
|
||||||
|
/* Hide totals table left side */
|
||||||
|
/* #table-totals div:first-child > * { display: none !important } */
|
||||||
|
|
||||||
|
/* Hide totals table right side */
|
||||||
|
/* .totals-table-right-side { display: none } */
|
||||||
|
|
||||||
|
/** For more info, please check our docs: https://invoiceninja.github.io **/
|
||||||
|
/** To find out selectors on your own: https://invoiceninja.github.io/docs/custom-fields/#snippets **/
|
||||||
</style>
|
</style>
|
||||||
<div id="header"></div>
|
<div id="header"></div>
|
||||||
|
|
||||||
|
@ -248,6 +248,35 @@
|
|||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Useful snippets, uncomment to enable. **/
|
||||||
|
|
||||||
|
/** Hide company logo **/
|
||||||
|
/* .company-logo { display: none } */
|
||||||
|
|
||||||
|
/* Hide company details */
|
||||||
|
/* #company-details > * { display: none } */
|
||||||
|
|
||||||
|
/* Hide company address */
|
||||||
|
/* #company-address > * { display: none } */
|
||||||
|
|
||||||
|
/* Hide public notes */
|
||||||
|
/* [data-ref="total_table-public_notes"] { display: none } */
|
||||||
|
|
||||||
|
/* Hide terms label */
|
||||||
|
/* [data-ref="total_table-terms-label"] { display: none } */
|
||||||
|
|
||||||
|
/* Hide totals table */
|
||||||
|
/* #table-totals { display: none } */
|
||||||
|
|
||||||
|
/* Hide totals table left side */
|
||||||
|
/* #table-totals div:first-child > * { display: none !important } */
|
||||||
|
|
||||||
|
/* Hide totals table right side */
|
||||||
|
/* .totals-table-right-side { display: none } */
|
||||||
|
|
||||||
|
/** For more info, please check our docs: https://invoiceninja.github.io **/
|
||||||
|
/** To find out selectors on your own: https://invoiceninja.github.io/docs/custom-fields/#snippets **/
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div id="header">
|
<div id="header">
|
||||||
|
@ -234,6 +234,35 @@
|
|||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** Useful snippets, uncomment to enable. **/
|
||||||
|
|
||||||
|
/** Hide company logo **/
|
||||||
|
/* .company-logo { display: none } */
|
||||||
|
|
||||||
|
/* Hide company details */
|
||||||
|
/* #company-details > * { display: none } */
|
||||||
|
|
||||||
|
/* Hide company address */
|
||||||
|
/* #company-address > * { display: none } */
|
||||||
|
|
||||||
|
/* Hide public notes */
|
||||||
|
/* [data-ref="total_table-public_notes"] { display: none } */
|
||||||
|
|
||||||
|
/* Hide terms label */
|
||||||
|
/* [data-ref="total_table-terms-label"] { display: none } */
|
||||||
|
|
||||||
|
/* Hide totals table */
|
||||||
|
/* #table-totals { display: none } */
|
||||||
|
|
||||||
|
/* Hide totals table left side */
|
||||||
|
/* #table-totals div:first-child > * { display: none !important } */
|
||||||
|
|
||||||
|
/* Hide totals table right side */
|
||||||
|
/* .totals-table-right-side { display: none } */
|
||||||
|
|
||||||
|
/** For more info, please check our docs: https://invoiceninja.github.io **/
|
||||||
|
/** To find out selectors on your own: https://invoiceninja.github.io/docs/custom-fields/#snippets **/
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div id="header"></div>
|
<div id="header"></div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user