invoice.less 201 B

12345678910111213141516
  1. /*
  2. * Page: Invoice
  3. * -------------
  4. */
  5. .invoice {
  6. position: relative;
  7. background: #fff;
  8. border: 1px solid #f4f4f4;
  9. padding: 20px;
  10. margin: 10px 25px;
  11. }
  12. .invoice-title {
  13. margin-top: 0;
  14. }