Skip to content

Commit f1aac66

Browse files
committed
remove unneeded font-sizes
1 parent 5efd5a1 commit f1aac66

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

dist/forum-design-system.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,6 @@
702702
font-style: normal;
703703
font-weight: var(--font-weight-normal);
704704
line-height: calc(4 / 3);
705-
font-size: 0.75rem;
706705
height: 32px;
707706
width: 32px; }
708707
.avatar-medium:after {
@@ -729,7 +728,6 @@
729728
font-style: normal;
730729
font-weight: var(--font-weight-normal);
731730
line-height: calc(4 / 3);
732-
font-size: 0.75rem;
733731
height: 24px;
734732
width: 24px; }
735733
.avatar-small:after {

src/avatars.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,13 @@
3333
.avatar-medium {
3434
@include avatar-base;
3535
@include body-xs;
36-
font-size: 0.75rem;
3736
height: 32px;
3837
width: 32px;
3938
}
4039

4140
.avatar-small {
4241
@include avatar-base;
4342
@include body-xs;
44-
font-size: 0.75rem;
4543
height: 24px;
4644
width: 24px;
4745
}

0 commit comments

Comments
 (0)