We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe21c03 commit 816d2c1Copy full SHA for 816d2c1
1 file changed
projects/igniteui-angular/src/lib/core/styles/components/card/_card-theme.scss
@@ -29,10 +29,6 @@
29
&:hover {
30
box-shadow: none;
31
}
32
-
33
- igx-avatar {
34
- --ig-size: #{if($variant == 'indigo', 3, 1)};
35
- }
36
37
38
%igx-card--elevated {
@@ -93,6 +89,10 @@
93
89
margin-block: auto;
94
90
95
91
92
+ > igx-avatar {
+ --ig-size: #{if($variant == 'indigo', 3, 1)};
+ }
+
96
&:empty {
97
display: none;
98
0 commit comments