You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

17 lines
201 B

  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. }