report-list.component.css 694 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. .reportList-w {
  2. width: 100%;
  3. display: inline-block;
  4. padding: 40px 0;
  5. direction: rtl;
  6. font-family: 'Cairo', sans-serif;
  7. }
  8. .table {
  9. margin: 30px 0;
  10. }
  11. .dashButton-w {
  12. float: right;
  13. margin: 10px;
  14. }
  15. .custom-control-label::after,
  16. .custom-control-label::before {
  17. width: 1.5rem;
  18. height: 1.5rem;
  19. }
  20. .fixedWidthLabel-w::after,
  21. .fixedWidthLabel-w::before {
  22. width: 1.5rem;
  23. height: 1.5rem;
  24. }
  25. .disblayBlock-w {
  26. display: block;
  27. }
  28. .centerIneerItem {
  29. display: flex;
  30. justify-content: center;
  31. text-align: center;
  32. }
  33. .rightFloat {
  34. float: right;
  35. width: 80%;
  36. }
  37. .leftFloat {
  38. float: right;
  39. margin-top: 12px;
  40. margin-right: 7px;
  41. }