Advertisement
darkufo

Trello - Stlyebot

Dec 17th, 2016
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. .board-canvas {
  2. margin-right: 210px;
  3. }
  4.  
  5. .board-header {
  6. position: relative;
  7. }
  8.  
  9. .board-menu {
  10. width: 260px;
  11. }
  12.  
  13. .board-widgets {
  14. padding: 12px 0px 0 4px;
  15. }
  16.  
  17. .board-wrapper.is-show-menu .board-main-content {
  18. margin-right: 0px;
  19. }
  20.  
  21. .list {
  22. border-radius: 0px ;
  23. flex: 0 0 215px ;
  24. margin-left: 4px ;
  25. margin-right: 0px ;
  26. }
  27.  
  28. .list-card {
  29. border-radius: 0px;
  30. margin-bottom: 0px;
  31. }
  32.  
  33. .list-card-details {
  34. overflow: hidden;
  35. padding: 2px 4px 0px;
  36. position: relative;
  37. z-index: 10;
  38. }
  39.  
  40. .list-card-labels .card-label {
  41. height: 4px;
  42. }
  43.  
  44. .list-header-name {
  45. color: black;
  46. font-size: 14px;
  47. }
  48.  
  49. .list-wrapper {
  50. margin: 0 0px;
  51. width: 220px;
  52. }
  53.  
  54. .list-wrapper:first-child {
  55. margin-left: 4px;
  56. }
  57.  
  58. .member {
  59. height: 24px;
  60. width: 24px;
  61. }
  62.  
  63. .u-fancy-scrollbar::-webkit-scrollbar {
  64. height: 9px;
  65. width: 2px;
  66. }
  67.  
  68. a.inline-object.action-card {
  69. font-size: 12px;
  70. }
  71.  
  72. a.inline-object.js-show-mem-menu {
  73. font-size: 12px;
  74. }
  75.  
  76. a.list-card-title.clear.js-card-name {
  77. font-size: 12px;
  78. font-weight: bold;
  79. }
  80.  
  81. a.list-card-title.js-card-name {
  82. font-size: 11px;
  83. font-weight: bold;
  84. }
  85.  
  86. @import url(https://fonts.googleapis.com/css?family=Roboto);
  87.  
  88. div.phenom-desc {
  89. font-size: 12px;
  90. }
  91.  
  92. div.u-fancy-scrollbar.js-no-higher-edits.js-list-sortable.ui-sortable {
  93. font-family: Helvetica;
  94. }
  95.  
  96. h2.window-title-text.current.hide-on-edit.js-card-title {
  97. font-family: Roboto;
  98. }
  99.  
  100. span.date.js-hide-on-sending {
  101. color: blue;
  102. font-size: 10px;
  103. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement