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.

58 lines
903B

  1. @import 'scss/_formchecboxradio.scss';
  2. @import "adminlte-css";
  3. @import "fontawesome-css";
  4. @import "scss/_formfooter.scss";
  5. /* card */
  6. .card {
  7. &.card-table {
  8. .card-header {
  9. border-bottom: 0px none;
  10. font-size: 1.1rem;
  11. }
  12. .card-body {
  13. padding: 0px;
  14. table.table {
  15. margin-bottom: 0px;
  16. tr {
  17. th {
  18. input.form-check-input {
  19. position: relative;
  20. top: 0px;
  21. }
  22. }
  23. td {
  24. padding: 3px 12px;
  25. input.form-batch-checkbox {
  26. position: relative;
  27. top: 4px;
  28. }
  29. }
  30. }
  31. }
  32. }
  33. .card-footer {
  34. background-color: white;
  35. padding-top: 25px;
  36. .nb-results {
  37. margin-bottom: 10px;
  38. }
  39. }
  40. }
  41. }
  42. /* modal */
  43. .modal {
  44. .modal-body {
  45. img {
  46. max-width: 100% ;
  47. }
  48. }
  49. }