_invoice.scss 176 B

1234567891011121314
  1. /*
  2. * Page: Invoice
  3. * -------------
  4. */
  5. .invoice {
  6. position: relative;
  7. background: $white;
  8. border: 1px solid $card-border-color;
  9. }
  10. .invoice-title {
  11. margin-top: 0;
  12. }