File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed
projects/igniteui-angular/src/lib/core/styles/components/input Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 637
637
width : auto ;
638
638
min-width : 0 ;
639
639
height : 100% ;
640
+ position : relative ;
640
641
641
642
grid-area : 1 / 2 ;
642
643
}
653
654
grid-area : 1 / 4 ;
654
655
}
655
656
656
- %form-group-bundle--box ,
657
- %form-group-bundle--border {
658
- grid-template-columns : auto auto 1fr auto ;
659
- }
660
657
661
658
%form-group-bundle-start ,
662
659
%form-group-bundle-end {
677
674
}
678
675
679
676
%form-group-bundle--border {
680
- --size : #{sizable (rem (40px ), rem (48px ), rem (56px ))} ;
681
-
677
+ grid-template-columns : auto auto 1fr auto ;
682
678
display : grid ;
683
679
align-items : initial ;
684
680
padding : 0 ;
873
869
position : absolute ;
874
870
max-width : 100% ;
875
871
padding-inline-end : rem (4px );
876
- line-height : 1 ;
872
+ line-height : normal ;
877
873
backface-visibility : hidden ;
878
874
will-change : transform ;
879
875
transform-origin : top left ;
905
901
}
906
902
907
903
%form-group-label--float {
908
- --floating-label-position : -106 % ;
904
+ --floating-label-position : -73 % ;
909
905
transform : translateY (var (--floating-label-position ));
910
906
font-size : rem (12px );
911
907
}
1584
1580
1585
1581
// Label
1586
1582
%fluent-label {
1587
- display : inline-flex ;
1583
+ display : block ;
1588
1584
font-size : rem (14px );
1589
1585
font-weight : 600 ;
1590
- line-height : 1 !important ;
1591
1586
position : static ;
1592
1587
transform : translateY (0 );
1593
1588
transform-origin : top left ;
You can’t perform that action at this time.
0 commit comments