Skip to content

Commit 6a7d15f

Browse files
Kapil GowruKapil Gowru
authored andcommitted
feat: added iconography for all specs
1 parent 89597e3 commit 6a7d15f

File tree

7 files changed

+273
-40
lines changed

7 files changed

+273
-40
lines changed

fern/assets/styles.css

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -757,8 +757,7 @@ a[href*="changelog"] svg {
757757
&.specs {
758758
display: flex;
759759
flex-direction: row;
760-
gap: 2rem;
761-
align-items: flex-start;
760+
align-items: center;
762761
}
763762
}
764763

@@ -780,7 +779,7 @@ a[href*="changelog"] svg {
780779
.specs-grid {
781780
display: flex;
782781
flex-direction: row;
783-
gap: 2rem;
782+
gap: 1rem;
784783
flex: 1;
785784
flex-wrap: wrap;
786785
}
@@ -800,14 +799,23 @@ a[href*="changelog"] svg {
800799
flex-direction: column;
801800
align-items: flex-start;
802801

803-
&.specs {
804-
flex-direction: row;
805-
align-items: center;
802+
}
806803

807-
img {
808-
width: 2rem;
809-
height: 2rem;
810-
}
804+
.specs-card {
805+
flex-direction: row;
806+
align-items: center;
807+
display: flex;
808+
gap: 0.5rem;
809+
padding: 0.5rem;
810+
border-radius: 0.5rem;
811+
812+
img {
813+
width: 2rem;
814+
height: 2rem;
815+
}
816+
817+
&:hover {
818+
background-color: var(--grayscale-a3);
811819
}
812820
}
813821

Lines changed: 33 additions & 0 deletions
Loading
Lines changed: 33 additions & 0 deletions
Loading
Lines changed: 48 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)