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 514514
515515
516516 $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 )
520520 );
521521
522522 $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 )
526526 );
527527
528528 $icon-in-button-size : rem (18px );
762762 background : --var ($theme , ' fab-focus-background' );
763763 box-shadow : $fab-shadow--focus ;
764764 }
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+ }
765777 }
766778
767779 %igx-button--fab-cosy {
849861 text-align : center ;
850862 }
851863 }
864+
865+ %igx-button--fab {
866+ @include igx-type-style ($type-scale , $text ) {
867+ text-align : center ;
868+ }
869+ }
852870}
You can’t perform that action at this time.
0 commit comments