app-invoice-list.css 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .invoice-list-wrapper .dataTables_wrapper .dataTables_length label,
  2. .invoice-list-wrapper .dataTables_wrapper .dataTables_filter label {
  3. margin-top: 0.55rem; }
  4. .invoice-list-wrapper .dataTables_wrapper .dataTables_length select {
  5. margin-left: 0.5rem; }
  6. .invoice-list-wrapper .dataTables_wrapper .invoice-list-table thead th:before, .invoice-list-wrapper .dataTables_wrapper .invoice-list-table thead th:after {
  7. left: auto; }
  8. .invoice-list-wrapper .dataTables_wrapper .invoice-list-table thead th:last-child:before, .invoice-list-wrapper .dataTables_wrapper .invoice-list-table thead th:last-child:after {
  9. display: none; }
  10. .invoice-list-wrapper .dataTables_wrapper .invoice-list-table tbody .control:before {
  11. background-color: #7367f0;
  12. line-height: 1rem;
  13. font-family: var(--bs-font-sans-serif); }
  14. .invoice-list-wrapper .dataTables_wrapper .invoice-list-table tbody .col-actions a:not(.dropdown-item) {
  15. color: #6e6b7b; }
  16. .invoice-list-wrapper .dataTables_wrapper .invoice-list-table tbody .col-actions .dropdown .dropdown-item {
  17. display: flex;
  18. align-items: center; }
  19. @media (max-width: 470px) {
  20. .invoice-list-wrapper .invoice_status {
  21. margin-top: 1rem;
  22. width: 100%; }
  23. .invoice-list-wrapper .invoice_status select {
  24. margin-left: 0 !important; } }
  25. .dtr-bs-modal .modal-header {
  26. flex-direction: row-reverse; }
  27. .dtr-bs-modal .modal-body {
  28. padding-left: 0;
  29. padding-right: 0; }
  30. .dtr-bs-modal .modal-body .table tr td {
  31. border-color: #ebe9f1; }
  32. .dtr-bs-modal .modal-body .table tr td .col-actions a:not(.dropdown-item) {
  33. color: #6e6b7b; }