Advertisement
qwerty787788

GCJ CSS

Jun 6th, 2020
963
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.24 KB | None | 0 0
  1. .rounds-interface-page .ranking-table .ranking-table__row {
  2.     height: 3rem;
  3. }
  4.  
  5.  
  6. .rounds-interface-page .section-row-pane__left {
  7.     width: 10%;
  8. }
  9.  
  10. .rounds-interface-page .section-row-pane__right {
  11.     width: 10%;
  12. }
  13.  
  14. .rounds-interface-page .section-row-pane__center {
  15.     width: 80%;
  16. }
  17.  
  18. .competition-interface-page .pane-interface__right {
  19.     display: flex;
  20.     flex: 1 1 20%;
  21. }
  22.  
  23. .competition-interface-page button.collapse-action {
  24.     display: none;
  25.     cursor: inherit;
  26. }
  27.  
  28. .mdc-top-app-bar {
  29.     position: absolute !important;
  30. }
  31.  
  32.  
  33. .rounds-interface-page .ranking-table .ranking-table__row {
  34.     justify-content: initial !important;
  35.     flex-direction: initial !important;
  36. }
  37.  
  38. .ranking-table__row {
  39.     height: 1.4rem !important;
  40. }
  41.  
  42. .ranking-table__row--header {
  43.     height: initial !important;
  44. }
  45.  
  46. .rounds-interface-page .section-row-pane__center {
  47.     width: 84% !important;
  48. }
  49.  
  50. .rounds-interface-page .section-row-pane__left {
  51.     width: 18% !important;
  52. }
  53.  
  54. .competition-interface-page .collapse-action {
  55.     right: 0% !important;
  56. }
  57.  
  58. .rounds-interface-page .section-row .hideDesktop,
  59. .rounds-interface-page .ranking-table .ranking-table__row .ranking-table__row-cell.hideDesktop {
  60.     display: flex !important;
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement