DashBoard.css 652 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. 
  2. html {
  3. overflow-x: hidden;
  4. overflow-y: hidden;
  5. }
  6. body {
  7. font-size: 20px;
  8. background-color: black;
  9. color: white;
  10. }
  11. a {
  12. color: gray;
  13. }
  14. [class*="col-"] {
  15. padding: 5px;
  16. }
  17. tr, th, td {
  18. font-size: 20px;
  19. height: 36px !important;
  20. padding: 0px !important;
  21. white-space: nowrap;
  22. overflow: hidden;
  23. text-overflow: ellipsis;
  24. text-align: center !important;
  25. vertical-align: middle !important;
  26. }
  27. .th-inner, th {
  28. /*background-color: #555;*/
  29. font-weight: 600;
  30. height: 36px !important;
  31. padding: 0px !important;
  32. text-align: center !important;
  33. vertical-align: middle !important;
  34. }