Skip to content

Commit e44b6cc

Browse files
committed
headings, icons and colours changes
1 parent cc34d7a commit e44b6cc

File tree

2 files changed

+39
-4
lines changed

2 files changed

+39
-4
lines changed

src/css/search.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@
107107
background-color: white;
108108
}
109109

110+
.search-input-landing::placeholder {
111+
color: #8da5bf;
112+
opacity: 1; /* Firefox */
113+
}
114+
110115
.search-input-landing:focus {
111116
border: 2px solid var(--eclipse-orange) !important;
112117
}

src/css/sections.css

Lines changed: 34 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
color: white;
201201
position: absolute;
202202
font-size: 1.5rem;
203-
font-weight: 500;
203+
font-weight: 700 !important;
204204
padding-left: 1rem;
205205
margin-bottom: 0.5rem;
206206
}
@@ -259,7 +259,7 @@
259259
.sectionBlue .link > p > a,
260260
.sectionPurple .link > p > a {
261261
color: var(--color-white);
262-
font-weight: bold;
262+
font-weight: 500;
263263
}
264264

265265
/* Tiles to sections css */
@@ -274,12 +274,21 @@
274274
border: 4.5px solid var(--color-white) !important;
275275
border-radius: unset !important;
276276
text-align: center;
277+
height: 12rem !important;
277278
}
278279

279280
.innerTile > div > div.imageblock.xref-page > div > a > img {
280281
margin: 1rem 0.25rem !important;
282+
height: 6.5rem !important;
281283
}
282284

285+
/* .innerTile svg {
286+
margin: 0.5rem 0.25rem !important;
287+
fill: #fff;
288+
font-size: 12px;
289+
max-width: 10rem !important;
290+
} */
291+
283292
.innerTile > .content > .title {
284293
text-align: center;
285294
}
@@ -299,6 +308,10 @@
299308
height: unset;
300309
}
301310

311+
.sectionbody > .sectionWhite {
312+
padding-top: 1rem !important;
313+
}
314+
302315
.sectionWhite-heading-blue > p {
303316
font-size: 2rem;
304317
}
@@ -313,16 +326,32 @@
313326

314327
.doc .image > img,
315328
.doc .imageblock img {
316-
max-width: 110%;
329+
max-width: 105%;
317330
}
318331

319332
.sectionWhite-left {
320333
padding-left: 1rem;
321334
}
322335

336+
.sectionWhite-right {
337+
padding-top: 1rem !important;
338+
}
339+
323340
.sections-page > h1 {
324341
padding-left: 2.5rem !important;
325342
}
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+
}
326355
}
327356

328357
@media screen and (max-width: 768px) {
@@ -344,6 +373,7 @@
344373
.sectionbody .sectionTitle {
345374
position: relative;
346375
margin: 0 auto;
376+
font-weight: 700 !important;
347377
}
348378

349379
.sectionWhite-heading-blue > p {
@@ -391,7 +421,7 @@
391421
}
392422

393423
.sectionWhite .get-started-button {
394-
padding: 0.75rem 3.5rem;
424+
padding: 0.75rem 3.5rem !important;
395425
}
396426

397427
.sectionWhite-right img {

0 commit comments

Comments
 (0)