Skip to content

Commit ab2ff69

Browse files
authored
Merge branch '20.1.x' into simeonoff/fix-element-styles
2 parents 624ce38 + 13132d7 commit ab2ff69

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

projects/igniteui-angular/src/lib/core/styles/components/card/_card-theme.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@
3333
&:hover {
3434
box-shadow: none;
3535
}
36-
37-
> igx-avatar {
38-
--ig-size: #{if($variant == 'indigo', 3, 1)};
39-
}
4036
}
4137

4238
%igx-card--elevated {
@@ -97,6 +93,10 @@
9793
margin-block: auto;
9894
}
9995

96+
igx-avatar {
97+
--ig-size: #{if($variant == 'indigo', 3, 1)};
98+
}
99+
100100
&:empty {
101101
display: none;
102102
}

0 commit comments

Comments
 (0)