File tree Expand file tree Collapse file tree 5 files changed +6
-26
lines changed
src/components/card/themes Expand file tree Collapse file tree 5 files changed +6
-26
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) {
21- --ig-size : 1 ;
22- }
23-
2420header {
2521 display : flex ;
2622 flex-flow : column nowrap ;
@@ -37,6 +33,8 @@ header {
3733}
3834
3935::slotted([slot = ' thumbnail' ]) {
36+ --ig-size : 1 ;
37+
4038 display : flex ;
4139 align-self : flex-start ;
4240 margin-inline-end : rem (16px );
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(igc-avatar [slot = ' thumbnail' ]) {
10+ --ig-size : 3 ;
11+ }
12+
1313::slotted([slot = ' subtitle' ]) {
1414 @include type-style (' body-2' );
1515
You can’t perform that action at this time.
0 commit comments