File tree Expand file tree Collapse file tree 5 files changed +7
-23
lines changed
src/components/card/themes Expand file tree Collapse file tree 5 files changed +7
-23
lines changed Original file line number Diff line number Diff line change 1313::slotted(* ) {
1414 margin : 0 ;
1515}
16-
17- ::slotted(igc-avatar) {
18- --ig-size : 1 ;
19- }
Original file line number Diff line number Diff line change 1717 opacity : inherit ;
1818}
1919
20- ::slotted(igc-avatar) {
20+ ::slotted([slot = ' thumbnail' ]),
21+ ::slotted(igc-avatar [slot = ' thumbnail' ]) {
2122 --ig-size : 1 ;
2223}
2324
Original file line number Diff line number Diff line change @@ -3,24 +3,17 @@ import { css } from 'lit';
33import type { Themes } from '../../../theming/types.js' ;
44// Shared Styles
55import { styles as bootstrap } from './shared/content/card.content.bootstrap.css.js' ;
6- import { styles as indigo } from './shared/content/card.content.indigo.css.js' ;
76
87const light = {
98 bootstrap : css `
109 ${ bootstrap }
1110 ` ,
12- indigo : css `
13- ${ indigo }
14- ` ,
1511} ;
1612
1713const dark = {
1814 bootstrap : css `
1915 ${ bootstrap }
2016 ` ,
21- indigo : css `
22- ${ indigo }
23- ` ,
2417} ;
2518
2619export const all : Themes = { light, dark } ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11@use ' styles/utilities' as * ;
22
33:host {
4- ::slotted (igc-avatar ) {
5- --ig-size : 3 ;
6- }
7-
84 [part = ' header' ] {
95 gap : rem (2px );
106 }
117}
128
9+ ::slotted([slot = ' thumbnail' ]),
10+ ::slotted(igc-avatar [slot = ' thumbnail' ]) {
11+ --ig-size : 3 ;
12+ }
13+
1314::slotted([slot = ' subtitle' ]) {
1415 @include type-style (' body-2' );
1516
You can’t perform that action at this time.
0 commit comments