Skip to content

Commit 769485e

Browse files
committed
fix: remove unusaed style from base.scss
1 parent 6eb3a70 commit 769485e

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

src/components/Common/FieldDescription/FieldDescription.module.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@
44
font-weight: var(--g-fontWeightRegular);
55
line-height: 1.3;
66
color: var(--g-inputDescriptionColor);
7+
8+
a {
9+
color: var(--g-colorPrimary);
10+
}
711
}

src/styles/_Base.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
box-sizing: border-box;
1515
}
1616

17-
small {
18-
font-size: var(--g-fontSizeSmall);
19-
}
20-
2117
/* Make images easier to work with */
2218
img,
2319
picture {
@@ -38,8 +34,4 @@
3834
border-top: 1px solid var(--g-colorBorder);
3935
opacity: 1;
4036
}
41-
42-
a {
43-
color: var(--g-colorPrimary);
44-
}
4537
}

0 commit comments

Comments
 (0)