|
200 | 200 | color: white;
|
201 | 201 | position: absolute;
|
202 | 202 | font-size: 1.5rem;
|
203 |
| - font-weight: 500; |
| 203 | + font-weight: 700 !important; |
204 | 204 | padding-left: 1rem;
|
205 | 205 | margin-bottom: 0.5rem;
|
206 | 206 | }
|
|
259 | 259 | .sectionBlue .link > p > a,
|
260 | 260 | .sectionPurple .link > p > a {
|
261 | 261 | color: var(--color-white);
|
262 |
| - font-weight: bold; |
| 262 | + font-weight: 500; |
263 | 263 | }
|
264 | 264 |
|
265 | 265 | /* Tiles to sections css */
|
|
274 | 274 | border: 4.5px solid var(--color-white) !important;
|
275 | 275 | border-radius: unset !important;
|
276 | 276 | text-align: center;
|
| 277 | + height: 12rem !important; |
277 | 278 | }
|
278 | 279 |
|
279 | 280 | .innerTile > div > div.imageblock.xref-page > div > a > img {
|
280 | 281 | margin: 1rem 0.25rem !important;
|
| 282 | + height: 6.5rem !important; |
281 | 283 | }
|
282 | 284 |
|
| 285 | +/* .innerTile svg { |
| 286 | + margin: 0.5rem 0.25rem !important; |
| 287 | + fill: #fff; |
| 288 | + font-size: 12px; |
| 289 | + max-width: 10rem !important; |
| 290 | +} */ |
| 291 | + |
283 | 292 | .innerTile > .content > .title {
|
284 | 293 | text-align: center;
|
285 | 294 | }
|
|
299 | 308 | height: unset;
|
300 | 309 | }
|
301 | 310 |
|
| 311 | + .sectionbody > .sectionWhite { |
| 312 | + padding-top: 1rem !important; |
| 313 | + } |
| 314 | + |
302 | 315 | .sectionWhite-heading-blue > p {
|
303 | 316 | font-size: 2rem;
|
304 | 317 | }
|
|
313 | 326 |
|
314 | 327 | .doc .image > img,
|
315 | 328 | .doc .imageblock img {
|
316 |
| - max-width: 110%; |
| 329 | + max-width: 105%; |
317 | 330 | }
|
318 | 331 |
|
319 | 332 | .sectionWhite-left {
|
320 | 333 | padding-left: 1rem;
|
321 | 334 | }
|
322 | 335 |
|
| 336 | + .sectionWhite-right { |
| 337 | + padding-top: 1rem !important; |
| 338 | + } |
| 339 | + |
323 | 340 | .sections-page > h1 {
|
324 | 341 | padding-left: 2.5rem !important;
|
325 | 342 | }
|
| 343 | + |
| 344 | + .exampleblock .innerTile { |
| 345 | + height: 12rem !important; |
| 346 | + } |
| 347 | + |
| 348 | + .innerTile > div > div.imageblock.xref-page > div > a > img { |
| 349 | + margin: 0.5rem 0.25rem !important; |
| 350 | + } |
| 351 | + |
| 352 | + .get-started-button { |
| 353 | + padding: 0.75rem 6rem !important; |
| 354 | + } |
326 | 355 | }
|
327 | 356 |
|
328 | 357 | @media screen and (max-width: 768px) {
|
|
344 | 373 | .sectionbody .sectionTitle {
|
345 | 374 | position: relative;
|
346 | 375 | margin: 0 auto;
|
| 376 | + font-weight: 700 !important; |
347 | 377 | }
|
348 | 378 |
|
349 | 379 | .sectionWhite-heading-blue > p {
|
|
391 | 421 | }
|
392 | 422 |
|
393 | 423 | .sectionWhite .get-started-button {
|
394 |
| - padding: 0.75rem 3.5rem; |
| 424 | + padding: 0.75rem 3.5rem !important; |
395 | 425 | }
|
396 | 426 |
|
397 | 427 | .sectionWhite-right img {
|
|
0 commit comments