File tree Expand file tree Collapse file tree 1 file changed +24
-6
lines changed
projects/igniteui-angular/src/lib/core/styles/components/button Expand file tree Collapse file tree 1 file changed +24
-6
lines changed Original file line number Diff line number Diff line change 514
514
515
515
516
516
$button-floating-padding : (
517
- comfortable: rem (15 px ),
518
- cosy: rem (11 px ),
519
- compact : rem (7 px )
517
+ comfortable: rem (8 px ) rem ( 20 px ) rem ( 8 px ) rem ( 12 px ),
518
+ cosy: rem (4 px ) rem ( 16 px ) rem ( 4 px ) rem ( 8 px ),
519
+ compact : 0 rem (12 px ) 0 rem ( 4 px )
520
520
);
521
521
522
522
$button-floating-size : (
523
- comfortable: rem (56 px ),
524
- cosy: rem (48 px ),
525
- compact : rem (40 px )
523
+ comfortable: rem (48 px ),
524
+ cosy: rem (40 px ),
525
+ compact : rem (32 px )
526
526
);
527
527
528
528
$icon-in-button-size : rem (18px );
762
762
background : --var ($theme , ' fab-focus-background' );
763
763
box-shadow : $fab-shadow--focus ;
764
764
}
765
+
766
+ igx-icon {
767
+ display : inline-flex ;
768
+ order : -1 ;
769
+ margin : 7px 0 ;
770
+ padding-left : 4px ;
771
+ }
772
+
773
+ * + igx-icon {
774
+ margin : 0 ;
775
+ margin-right : 12px ;
776
+ }
765
777
}
766
778
767
779
%igx-button--fab-cosy {
849
861
text-align : center ;
850
862
}
851
863
}
864
+
865
+ %igx-button--fab {
866
+ @include igx-type-style ($type-scale , $text ) {
867
+ text-align : center ;
868
+ }
869
+ }
852
870
}
You can’t perform that action at this time.
0 commit comments