We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1627699 commit b8b2e18Copy full SHA for b8b2e18
src/components/card/themes/card.header.base.scss
@@ -17,6 +17,11 @@
17
opacity: inherit;
18
}
19
20
+::slotted([slot='thumbnail']),
21
+::slotted(igc-avatar[slot='thumbnail']) {
22
+ --ig-size: 1;
23
+}
24
+
25
header {
26
display: flex;
27
flex-flow: column nowrap;
@@ -33,8 +38,6 @@ header {
33
38
34
39
35
40
::slotted([slot='thumbnail']) {
36
- --ig-size: 1;
37
-
41
42
align-self: flex-start;
43
margin-inline-end: rem(16px);
src/components/card/themes/shared/header/card.header.indigo.scss
@@ -6,6 +6,7 @@
6
7
8
9
10
::slotted(igc-avatar[slot='thumbnail']) {
11
--ig-size: 3;
12
0 commit comments