|
29 | 29 | /* Hero */ |
30 | 30 | .tx-container { |
31 | 31 | padding-top: 0rem; |
32 | | - background: linear-gradient( |
33 | | - to bottom, |
34 | | - var(--md-primary-fg-color), |
35 | | - #56c29e 99%, |
36 | | - #fff 99% |
37 | | - ); |
| 32 | + background: var(--md-default-bg-color); |
38 | 33 | } |
39 | 34 |
|
40 | 35 | .tx-hero { |
|
56 | 51 | } |
57 | 52 |
|
58 | 53 | .tx-hero p { |
59 | | - color: currentColor; |
| 54 | + color: var(--md-default-fg-color); |
60 | 55 | font-weight: 400; |
61 | 56 | font-size: 20px; |
62 | 57 | line-height: 32px; |
|
99 | 94 | border-top: 1px solid rgb(222, 222, 222); |
100 | 95 | border-bottom: 1px solid rgb(222, 222, 222); |
101 | 96 | } |
| 97 | + |
102 | 98 | @media screen and (max-width: 1012px) { |
103 | 99 | .secondary-section { |
104 | 100 | display: block; |
|
193 | 189 | opacity: 0.85; |
194 | 190 | } |
195 | 191 |
|
196 | | -.secondary-section |
197 | | - .g |
198 | | - .section |
199 | | - .component-wrapper |
200 | | - .image-wrapper |
201 | | - .image-overlay { |
| 192 | +.secondary-section .g .section .component-wrapper .image-wrapper .image-overlay { |
202 | 193 | background: var(--md-default-bg-color--light); |
203 | 194 | bottom: 5px; |
204 | 195 | color: var(--md-default-fg-color); |
|
212 | 203 | width: 100%; |
213 | 204 | } |
214 | 205 |
|
215 | | -.secondary-section |
216 | | - .g |
217 | | - .section |
218 | | - .component-wrapper |
219 | | - .image-wrapper:hover |
220 | | - .image-overlay { |
| 206 | +.secondary-section .g .section .component-wrapper .image-wrapper:hover .image-overlay { |
221 | 207 | opacity: 1; |
222 | 208 | } |
223 | 209 |
|
|
241 | 227 | height: auto; |
242 | 228 | width: 50%; |
243 | 229 | } |
| 230 | + |
244 | 231 | @media screen and (max-width: 1012px) { |
245 | 232 | .secondary-section .g .section .component-wrapper .second-column { |
246 | 233 | width: 100%; |
|
254 | 241 | grid-template-columns: repeat(1, 1fr); |
255 | 242 | gap: 2rem; |
256 | 243 | } |
| 244 | + |
257 | 245 | @media screen and (min-width: 64rem) { |
258 | 246 | .secondary-section .g .section .component-wrapper .responsive-grid { |
259 | 247 | grid-template-columns: repeat(3, 1fr); |
260 | 248 | } |
261 | 249 | } |
262 | 250 |
|
263 | | -.secondary-section |
264 | | - .g |
265 | | - .section |
266 | | - .component-wrapper |
267 | | - .responsive-grid |
268 | | - a.card-wrapper { |
| 251 | +.secondary-section .g .section .component-wrapper .responsive-grid a.card-wrapper { |
269 | 252 | text-decoration: none; |
270 | 253 | transition: none; |
271 | 254 | background: none; |
|
298 | 281 | padding: 2rem 2.5rem; |
299 | 282 | } |
300 | 283 | } |
| 284 | + |
301 | 285 | @media screen and (min-width: 36rem) { |
302 | 286 | .secondary-section .g .section .component-wrapper .responsive-grid .card { |
303 | 287 | padding: 1rem 1.5rem; |
|
311 | 295 | width: 1.2rem; |
312 | 296 | } |
313 | 297 |
|
314 | | -.secondary-section |
315 | | - .g |
316 | | - .section |
317 | | - .component-wrapper |
318 | | - .responsive-grid |
319 | | - .card |
320 | | - .card-content { |
| 298 | +.secondary-section .g .section .component-wrapper .responsive-grid .card .card-content { |
321 | 299 | display: flex; |
322 | 300 | flex: 1 1 0%; |
323 | 301 | flex-direction: column; |
324 | 302 | width: 100%; |
325 | 303 | } |
326 | 304 |
|
327 | | -.secondary-section |
328 | | - .g |
329 | | - .section |
330 | | - .component-wrapper |
331 | | - .responsive-grid |
332 | | - .card |
333 | | - .card-content |
334 | | - h5 { |
| 305 | +.secondary-section .g .section .component-wrapper .responsive-grid .card .card-content h5 { |
335 | 306 | color: var(--md-primary-fg-color); |
336 | 307 | margin: 0; |
337 | 308 | } |
338 | 309 |
|
339 | | -.secondary-section |
340 | | - .g |
341 | | - .section |
342 | | - .component-wrapper |
343 | | - .responsive-grid |
344 | | - .card |
345 | | - .card-content |
346 | | - p { |
| 310 | +.secondary-section .g .section .component-wrapper .responsive-grid .card .card-content p { |
347 | 311 | margin-top: 0.25em; |
348 | 312 | margin-bottom: 0; |
349 | 313 | color: var(--md-default-fg-color); |
|
352 | 316 | line-height: normal; |
353 | 317 | } |
354 | 318 |
|
355 | | -.secondary-section |
356 | | - .g |
357 | | - .section |
358 | | - .component-wrapper |
359 | | - .responsive-grid |
360 | | - .card |
361 | | - .card-content |
362 | | - code { |
| 319 | +.secondary-section .g .section .component-wrapper .responsive-grid .card .card-content code { |
363 | 320 | background: var(--md-default-bg-color) none repeat scroll 0% 0%; |
364 | 321 | padding: 2px 6px; |
365 | 322 | border-radius: 4px; |
|
0 commit comments