Advertisement
igorjan94

GCJ css

Apr 4th, 2020
552
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.50 KB | None | 0 0
  1. .section-row {
  2.     padding-top: 1% !important;
  3. }
  4.  
  5. .competition-interface-page .pane-interface {
  6.     flex-direction: column !important;
  7. }
  8.  
  9. .pane-interface__left {
  10.     flex-basis: 90% !important;
  11. }
  12.  
  13. .pane-interface__right {
  14.     padding-top: 1rem !important;
  15.     flex-basis: 10% !important;
  16.     flex-direction: row !important;
  17. }
  18.  
  19. .problem-statement-string {
  20.     padding-bottom: 1rem !important;
  21. }
  22.  
  23. .mdc-top-app-bar {
  24.     position: absolute !important;
  25. }
  26.  
  27. .nav-chevron-wrapper,
  28. .problems-bar-graphs,
  29. .rounds-header,
  30. .problem-editor__window,
  31. .problem-editor__actions__switch,
  32. .rounds-interface-page .ranking-table .ranking-table__row .ranking-table__row-cell--even > :first-child,
  33. .rounds-interface-page .ranking-table .ranking-table__row .ranking-table__row-cell--odd > :first-child {
  34.     display: none !important;
  35. }
  36.  
  37. .rounds-interface-page .ranking-table .ranking-table__row {
  38.     justify-content: initial !important;
  39.     flex-direction: initial !important;
  40. }
  41.  
  42. .ranking-table__row {
  43.     height: 1.4rem !important;
  44. }
  45.  
  46. .ranking-table__row--header {
  47.     height: initial !important;
  48. }
  49.  
  50. .rounds-interface-page .section-row-pane__center {
  51.     width: 84% !important;
  52. }
  53.  
  54. .rounds-interface-page .section-row-pane__left {
  55.     width: 18% !important;
  56. }
  57.  
  58. .competition-interface-page .collapse-action {
  59.     right: 0% !important;
  60. }
  61.  
  62. .rounds-interface-page .section-row .hideDesktop,
  63. .rounds-interface-page .ranking-table .ranking-table__row .ranking-table__row-cell.hideDesktop {
  64.     display: flex !important;
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement