invoice.css 679 B

12345678910111213141516171819202122
  1. .page-invoice-table {
  2. margin-top: 40px;
  3. margin-bottom: 20px; }
  4. .page-invoice-table tbody {
  5. border-bottom: 1px solid #e4eaec; }
  6. .page-invoice-table .table > thead > tr > th,
  7. .page-invoice-table .table > tbody > tr > th,
  8. .page-invoice-table .table > tfoot > tr > th,
  9. .page-invoice-table .table > thead > tr > td,
  10. .page-invoice-table .table > tbody > tr > td,
  11. .page-invoice-table .table > tfoot > tr > td {
  12. padding: 15px 8px; }
  13. .page-invoice-amount {
  14. margin-bottom: 40px;
  15. padding-top: 10px;
  16. font-size: 20px;
  17. border-top: 1px solid #e4eaec; }
  18. @media (max-width: 767.98px) {
  19. .page-invoice .page-content .btn-animate {
  20. margin-bottom: 10px; } }