|
53 | 53 | } |
54 | 54 |
|
55 | 55 | .section-trello-render { |
56 | | - .trello-table { |
57 | | - border: none!important; |
58 | | - margin: 0px !important; |
59 | 56 |
|
60 | | - td { |
61 | | - border: none !important; |
62 | | - vertical-align: top; |
63 | | - } |
| 57 | + a:hover { |
| 58 | + text-decoration: underline; |
64 | 59 | } |
65 | 60 |
|
66 | 61 | .heading { |
67 | | - font-size: 1.6rem; |
68 | | - margin: 30px 0 0 0; |
69 | | - } |
70 | 62 |
|
71 | | - .trello-label { |
72 | | - font-size: 11px; |
73 | | - color: #fff; |
74 | | - padding: 0 8px; |
75 | | - margin-right: 5px; |
76 | | - border-radius: 2px; |
77 | | - box-shadow: inset 0 -1px 0 rgba(0,0,0,.12); |
78 | | - display: inline-block; |
79 | | - line-height: 22px; |
80 | | - text-shadow: 0 0 5px rgba(0,0,0,.2),0 0 2px #000; |
| 63 | + h3 { |
| 64 | + font-size: 22px; |
| 65 | + margin: 0; |
| 66 | + font-family: "open_sanslight"; |
| 67 | + } |
| 68 | + |
81 | 69 | } |
82 | 70 |
|
83 | | - .board-stats { |
84 | | - margin-bottom: 10px; |
85 | | - td { |
86 | | - color: $color-gray; |
87 | | - padding: 20px 40px 30px 0px !important; |
88 | | - } |
89 | | - .stat-number { |
90 | | - font-family: "open_sanslight"; |
91 | | - font-size: 40px; |
92 | | - margin-right: 20px; |
93 | | - color: black; |
94 | | - } |
| 71 | + table.trello-single-board { |
| 72 | + border: none!important; |
| 73 | + text-align: left; |
| 74 | + margin:0!important; |
95 | 75 | } |
96 | 76 |
|
97 | | - .trello-board { |
98 | | - color: white; |
99 | | - padding: 15px 20px; |
100 | | - width: 190px; |
101 | | - white-space: nowrap; |
102 | | - overflow: hidden; |
103 | | - text-overflow: ellipsis; |
104 | | - display: inline-block; |
105 | | - border-radius: 4px; |
106 | | - margin-right: 20px; |
| 77 | + .trello-single-board thead tr th { |
| 78 | + padding: 15px 0; |
| 79 | + border-bottom: 1px solid #e1e1e1; |
| 80 | + text-transform: uppercase; |
| 81 | + font-size: 14px; |
107 | 82 |
|
108 | 83 | span { |
109 | | - display: table; |
110 | | - font-size: 14px; |
111 | | - line-height: 10px; |
112 | | - opacity: 0.5; |
113 | | - padding-bottom: 10px; |
114 | | - margin-bottom: 8px; |
| 84 | + color:#838d94; |
115 | 85 | } |
116 | | - } |
117 | 86 |
|
118 | | - .board-summary { |
119 | | - font-size: 1.2rem; |
120 | | - } |
121 | | - |
122 | | - .member-name { |
123 | | - font-size: 1.2rem; |
124 | | - line-height: 15px; |
125 | 87 | } |
126 | 88 |
|
127 | | - .board-meta, .member-meta { |
128 | | - color: $color-gray; |
| 89 | + .trello-single-board tbody tr td { |
| 90 | + border: none!important; |
| 91 | + padding: 5px 20px 5px 20px !important; |
129 | 92 | } |
130 | 93 |
|
131 | | - .trello-avatar { |
| 94 | + .trello-label { |
| 95 | + color:white; |
| 96 | + font-size: 11px; |
| 97 | + padding: 4px 6px; |
132 | 98 | border-radius: 4px; |
133 | | - width: 36px; |
134 | | - height: 36px; |
135 | | - margin-right: 5px; |
| 99 | + box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12); |
| 100 | + margin-left: 14px; |
136 | 101 | } |
137 | 102 |
|
138 | | - > .single-trello-board { |
139 | | - width: 100%; |
140 | | - max-height: 600px; |
141 | | - padding: 10px; |
142 | | - white-space: nowrap; |
143 | | - overflow: auto; |
144 | | - |
145 | | - > a { |
146 | | - > .trello-board-title { |
147 | | - font-weight: bold; |
148 | | - color: #fff; |
149 | | - font-size: 16px; |
150 | | - } |
151 | | - } |
152 | | - |
153 | | - > .trello-list { |
154 | | - background-color: #e2e4e6; |
155 | | - padding: 10px; |
156 | | - border-radius: 3px; |
157 | | - margin: 10px 10px 0 0; |
158 | | - width: 300px; |
159 | | - max-height: 500px; |
160 | | - display: inline-block; |
161 | | - white-space: nowrap; |
162 | | - overflow: auto; |
163 | | - vertical-align: top; |
164 | | - |
165 | | - > .trello-list-title { |
166 | | - font-weight: bold; |
167 | | - color: #4c4c4c; |
168 | | - font-size: 14px; |
169 | | - margin: 0 10px 10px 0; |
170 | | - } |
171 | | - |
172 | | - > a { |
173 | | - > .trello-card { |
174 | | - color: #4c4c4c; |
175 | | - border-bottom: 1px solid #CDD2D4; |
176 | | - background-color: #fff; |
177 | | - border-radius: 3px; |
178 | | - padding: 7px 7px; |
179 | | - margin: 5px 0; |
180 | | - font-size: 14px; |
181 | | - font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; |
182 | | - line-height: 18px; |
183 | | - overflow: hidden; |
184 | | - word-wrap: break-word; |
185 | | - white-space: normal; |
186 | | - cursor: pointer; |
187 | | - vertical-align: top; |
188 | | - } |
189 | | - } |
190 | | - } |
191 | | - } |
192 | 103 | } |
0 commit comments