We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 624ce38 + 13132d7 commit ab2ff69Copy full SHA for ab2ff69
1 file changed
projects/igniteui-angular/src/lib/core/styles/components/card/_card-theme.scss
@@ -33,10 +33,6 @@
33
&:hover {
34
box-shadow: none;
35
}
36
-
37
- > igx-avatar {
38
- --ig-size: #{if($variant == 'indigo', 3, 1)};
39
- }
40
41
42
%igx-card--elevated {
@@ -97,6 +93,10 @@
97
93
margin-block: auto;
98
94
99
95
96
+ igx-avatar {
+ --ig-size: #{if($variant == 'indigo', 3, 1)};
+ }
+
100
&:empty {
101
display: none;
102
0 commit comments