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.

57 lines
817 B

  1. .table {
  2. width: 100%;
  3. max-width: 100%;
  4. border-spacing: 0;
  5. border-collapse: collapse;
  6. margin-bottom: 20px;
  7. th, td {
  8. padding: 8px;
  9. line-height: 1.42857143;
  10. vertical-align: top;
  11. border-top: 1px solid #ddd;
  12. text-align: left;
  13. }
  14. & > thead > tr > th {
  15. vertical-align: bottom;
  16. border-bottom: 2px solid #ddd;
  17. border-top: 0;
  18. font-weight: 500;
  19. }
  20. & > tbody > tr > th {
  21. font-weight: 500;
  22. }
  23. a {
  24. color: #2b90d9;
  25. text-decoration: underline;
  26. &:hover {
  27. text-decoration: none;
  28. }
  29. }
  30. }
  31. samp {
  32. font-family: 'Roboto Mono', monospace;
  33. }
  34. .filters {
  35. list-style: none;
  36. margin-bottom: 20px;
  37. li {
  38. display: inline-block;
  39. }
  40. a {
  41. color: #2b90d9;
  42. text-decoration: underline;
  43. &:hover {
  44. text-decoration: none;
  45. }
  46. }
  47. }