File tree 4 files changed +47
-7
lines changed
projects/igniteui-angular/src/lib/core/styles/components
4 files changed +47
-7
lines changed Original file line number Diff line number Diff line change 556
556
}
557
557
558
558
igx-icon {
559
+ --component-size : var (--ig-size , var (--ig-size-large ));
559
560
display : flex ;
560
561
justify-content : center ;
561
562
width : var (--igx-icon-size , #{$icon-in-button-size } );
570
571
571
572
%igx-button-display--cosy {
572
573
--component-size : var (--ig-size , var (--ig-size-medium ));
574
+
575
+ igx-icon {
576
+ --component-size : var (--ig-size , var (--ig-size-medium ));
577
+ }
573
578
}
574
579
575
580
%igx-button-display--compact {
576
581
--component-size : var (--ig-size , var (--ig-size-small ));
582
+
583
+ igx-icon {
584
+ --component-size : var (--ig-size , var (--ig-size-small ));
585
+ }
577
586
}
578
587
579
588
igx-grid-filtering-row {
Original file line number Diff line number Diff line change 398
398
}
399
399
400
400
igx-avatar ,
401
- igx-circular-bar {
402
- --component-size : 3 ;
401
+ igx-circular-bar ,
402
+ igx-icon {
403
+ --component-size : var (--ig-size , var (--ig-size-large ));
404
+ }
403
405
406
+ igx-avatar ,
407
+ igx-circular-bar {
404
408
$avatar-size : (
405
409
comfortable: rem (24px ),
406
410
cosy: rem (18 ),
426
430
}
427
431
428
432
%igx-chip__item--cosy {
429
- igx-avatar {
430
- --component-size : 2 ;
433
+ igx-avatar ,
434
+ igx-icon {
435
+ --component-size : var (--ig-size , var (--ig-size-medium ));
431
436
}
432
437
}
433
438
434
439
%igx-chip__item--compact {
435
- igx-avatar {
436
- --component-size : 1 ;
440
+ igx-avatar ,
441
+ igx-icon {
442
+ --component-size : var (--ig-size , var (--ig-size-small ));
437
443
}
438
444
}
439
445
Original file line number Diff line number Diff line change 864
864
display : flex ;
865
865
overflow : hidden ;
866
866
867
+ %igx-grid__header-indentation {
868
+ igx-icon {
869
+ --component-size : var (--ig-size , var (--ig-size-large ));
870
+ font-size : rem (24px );
871
+ width : rem (24px );
872
+ height : rem (24px );
873
+ }
874
+ }
875
+
867
876
%igx-grid__drag-indicator {
868
877
cursor : default ;
869
878
}
879
888
}
880
889
881
890
%grid-thead--cosy {
891
+ %igx-grid__header-indentation {
892
+ igx-icon {
893
+ --component-size : var (--ig-size , var (--ig-size-medium ));
894
+ }
895
+ }
896
+
882
897
%grid__cbx-selection--push--cosy {
883
898
align-items : flex-start ;
884
899
}
885
900
}
886
901
887
902
%grid-thead--compact {
903
+ %igx-grid__header-indentation {
904
+ igx-icon {
905
+ --component-size : var (--ig-size , var (--ig-size-small ));
906
+ }
907
+ }
908
+
888
909
%grid__cbx-selection--push--compact {
889
910
align-items : flex-start ;
890
911
}
Original file line number Diff line number Diff line change 87
87
%form-group-prefix ,
88
88
%form-group-prefix--cosy ,
89
89
%form-group-prefix--compact {
90
- padding-inline-end : rem (16px ) !important ;
90
+ @if $variant == ' material' {
91
+ padding-inline-end : rem (16px ) !important ;
92
+ }
93
+
91
94
box-sizing : content-box ;
92
95
}
93
96
125
128
126
129
> h6 {
127
130
font-size : rem (12px );
131
+ margin-bottom : 0 ;
128
132
}
129
133
}
130
134
You can’t perform that action at this time.
0 commit comments