File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
projects/igniteui-angular/src/lib/core/styles/components/card Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 115115 $not-material-theme : $variant != ' material' ;
116116
117117 $card-heading-padding : rem (16px , 16px );
118- $card-content-padding : rem (14 px );
118+ $card-content-padding : rem (16 px );
119119 $card-actions-padding : rem (8px );
120120
121121 $card-tgroup-margin : 0 em (16px );
169169 display : block ;
170170 padding : 0 ;
171171 }
172+
173+ @if $variant == ' fluent' {
174+ padding : rem (16px ) rem (8px );
175+ }
172176 }
173177
174178 %igx-card-header--vertical {
278282 }
279283 }
280284
285+ @if $variant == ' bootstrap' {
286+ %igx-card-content {
287+ @if $variant == ' bootstrap' {
288+ padding-block : rem (16px ) rem (24px );
289+ padding-inline : rem (24px );
290+ }
291+ }
292+
293+ %igx-card-actions {
294+ padding : rem (16px );
295+ }
296+ }
297+
281298 @if $variant == ' indigo' {
282299 %igx-card-content ,
283300 %igx-card-actions {
You can’t perform that action at this time.
0 commit comments