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.

44 lines
685B

  1. .card {
  2. &.card-table {
  3. .card-header {
  4. border-bottom: 0px none;
  5. font-size: 1.1rem;
  6. }
  7. .card-body {
  8. padding: 0px;
  9. table.table {
  10. margin-bottom: 0px;
  11. tr {
  12. th {
  13. input.form-check-input {
  14. position: relative;
  15. top: 0px;
  16. }
  17. }
  18. td {
  19. padding: 3px 12px;
  20. input.form-batch-checkbox {
  21. position: relative;
  22. top: 4px;
  23. }
  24. }
  25. }
  26. }
  27. }
  28. .card-footer {
  29. background-color: white;
  30. padding-top: 25px;
  31. .nb-results {
  32. margin-bottom: 10px;
  33. }
  34. }
  35. }
  36. }