DashBoard.css 651 B

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