File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
projects/igniteui-angular/src/lib/core/styles/components/input Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 510
510
backface-visibility : hidden ;
511
511
will-change : transform ;
512
512
transform-origin : top left ;
513
- transition : transform $transition-timing , color $transition-timing ;
513
+ transition : transform $transition-timing , color $transition-timing , margin $transition-timing ;
514
514
515
515
[dir = ' rtl' ] & {
516
516
transform-origin : top right ;
517
517
}
518
518
}
519
519
520
520
%form-group-label--cosy {
521
- margin-top : rem (-4.5 px );
521
+ margin-top : rem (-2 px );
522
522
}
523
523
524
524
%form-group-label--compact {
532
532
%form-group-label--float {
533
533
overflow : visible ;
534
534
transform : translateY (-50% ) scale (.75 );
535
+ margin-top : auto ;
535
536
}
536
537
537
538
%form-group-label--fixed {
You can’t perform that action at this time.
0 commit comments