File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 702
702
font-style : normal;
703
703
font-weight : var (--font-weight-normal );
704
704
line-height : calc (4 / 3 );
705
- font-size : 0.75rem ;
706
705
height : 32px ;
707
706
width : 32px ; }
708
707
.avatar-medium : after {
729
728
font-style : normal;
730
729
font-weight : var (--font-weight-normal );
731
730
line-height : calc (4 / 3 );
732
- font-size : 0.75rem ;
733
731
height : 24px ;
734
732
width : 24px ; }
735
733
.avatar-small : after {
Original file line number Diff line number Diff line change 33
33
.avatar-medium {
34
34
@include avatar-base ;
35
35
@include body-xs ;
36
- font-size : 0.75rem ;
37
36
height : 32px ;
38
37
width : 32px ;
39
38
}
40
39
41
40
.avatar-small {
42
41
@include avatar-base ;
43
42
@include body-xs ;
44
- font-size : 0.75rem ;
45
43
height : 24px ;
46
44
width : 24px ;
47
45
}
You can’t perform that action at this time.
0 commit comments