Skip to content

Commit e98e8f5

Browse files
kgowruKapil GowruKapil GowruKapil Gowru
authored
Redirects, missing images, cleanup of structure (#89)
Co-authored-by: Kapil Gowru <[email protected]> Co-authored-by: Kapil Gowru <[email protected]> Co-authored-by: Kapil Gowru <[email protected]>
1 parent c1c503b commit e98e8f5

File tree

13 files changed

+602
-266
lines changed

13 files changed

+602
-266
lines changed

fern/assets/styles.css

Lines changed: 62 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -284,78 +284,78 @@
284284
/*** END -- DOCS HOMEPAGE STYLING ***/
285285

286286
/*** START -- SDKS HOMEPAGE STYLING ***/
287-
.sdks-homepage {
288-
position: relative;
287+
.sdks-homepage {
288+
position: relative;
289289

290-
.fern-card {
291-
text-decoration: none !important;
292-
}
290+
.fern-card {
291+
text-decoration: none !important;
292+
}
293293

294-
.dashed-pattern-left {
295-
position: absolute;
296-
left: -4rem;
297-
top: -8.5rem;
298-
height: calc(100% + 26rem);
299-
width: 1rem;
300-
opacity: 1;
301-
pointer-events: none;
302-
border-right: 1px solid var(--grayscale-5);
303-
mask: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0 ) 100%);
304-
-webkit-mask: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%);
294+
.dashed-pattern-left {
295+
position: absolute;
296+
left: -4rem;
297+
top: -8.5rem;
298+
height: calc(100% + 26rem);
299+
width: 1rem;
300+
opacity: 1;
301+
pointer-events: none;
302+
border-right: 1px solid var(--grayscale-5);
303+
mask: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0 ) 100%);
304+
-webkit-mask: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%);
305+
}
306+
307+
.dashed-pattern-right {
308+
position: absolute;
309+
right: -4rem;
310+
top: -8.5rem;
311+
height: calc(100% + 26rem);
312+
width: 1rem;
313+
opacity: 1;
314+
pointer-events: none;
315+
border-left: 1px solid var(--grayscale-5);
316+
mask: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%);
317+
-webkit-mask: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%);
318+
}
319+
320+
.fern-card {
321+
border: none !important;
322+
padding: 0 !important;
323+
box-shadow: none !important;
324+
background-color: transparent !important;
325+
326+
.external-link-icon {
327+
display: none !important;
305328
}
306329

307-
.dashed-pattern-right {
308-
position: absolute;
309-
right: -4rem;
310-
top: -8.5rem;
311-
height: calc(100% + 26rem);
312-
width: 1rem;
313-
opacity: 1;
314-
pointer-events: none;
315-
border-left: 1px solid var(--grayscale-5);
316-
mask: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%);
317-
-webkit-mask: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%);
318-
}
319-
320-
.fern-card {
321-
border: none !important;
322-
padding: 0 !important;
323-
box-shadow: none !important;
324-
background-color: transparent !important;
325-
326-
.external-link-icon {
327-
display: none !important;
328-
}
330+
.card-title {
331+
display: flex;
332+
gap: 0.25rem;
333+
align-items: center;
334+
}
329335

330-
.card-title {
331-
display: flex;
332-
gap: 0.25rem;
333-
align-items: center;
334-
}
336+
img {
337+
transition: transform 0.15s ease-in-out;
338+
}
335339

340+
.arrow-right {
341+
height: 1rem;
342+
opacity: 0;
343+
transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
344+
transform: translateX(0px);
345+
}
346+
347+
&:hover {
336348
img {
337-
transition: transform 0.15s ease-in-out;
349+
transform: scale(1.01);
338350
}
339351

340352
.arrow-right {
341-
height: 1rem;
342-
opacity: 0;
343-
transition: opacity 0.15s ease-in-out, transform 0.15s ease-in-out;
344-
transform: translateX(0px);
345-
}
346-
347-
&:hover {
348-
img {
349-
transform: scale(1.01);
350-
}
351-
352-
.arrow-right {
353-
opacity: 1;
354-
transform: translateX(2px);
355-
}
353+
opacity: 1;
354+
transform: translateX(2px);
356355
}
357356
}
358357
}
358+
}
359359
/*** START -- SDKS HOMEPAGE STYLING ***/
360360

361361
/*** START -- LANDING PAGE STYLING ***/
@@ -429,7 +429,7 @@
429429

430430
.dashed-pattern-left {
431431
position: absolute;
432-
left: -24px;
432+
left: -1rem;
433433
top: 0;
434434
height: 100%;
435435
width: 1rem;
@@ -442,13 +442,13 @@
442442

443443
.dashed-pattern-right {
444444
position: absolute;
445-
right: -24px;
445+
right: -1rem;
446446
top: 0;
447447
height: 100%;
448448
width: 1rem;
449449
opacity: 1;
450450
pointer-events: none;
451-
border-right: 1px solid var(--grayscale-5);
451+
border-left: 1px solid var(--grayscale-5);
452452
mask: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%);
453453
-webkit-mask: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%);
454454
}

0 commit comments

Comments
 (0)