File tree Expand file tree Collapse file tree
projects/igniteui-angular/src/lib/core/styles/components/input Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717 strategy :
1818 matrix :
19- node-version : [20.x, 22.x ]
20- s
19+ node-version : [20.x, 22.17.1 ]
20+
2121 steps :
2222 - name : Checkout
2323 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 4747 ' compact' : rem (4px )
4848 );
4949
50- $bootstrap-font-size : (
51- ' comfortable' : rem (20px ),
52- ' cosy' : rem (16px ),
53- ' compact' : rem (14px ),
54- );
55-
5650 $input-top-padding : rem (20px );
5751 $input-bottom-padding : rem (6px );
5852
22952289 grid-area : 1 / 2 ;
22962290 margin : 0 ;
22972291 z-index : 2 ;
2298- font-size : pad (
2299- map .get ($bootstrap-font-size , ' compact' ),
2300- map .get ($bootstrap-font-size , ' cosy' ),
2301- map .get ($bootstrap-font-size , ' comfortable' )
2302- );
23032292 padding-block : pad-inline (
23042293 map .get ($bootstrap-block-padding , ' compact' ),
23052294 map .get ($bootstrap-block-padding , ' cosy' ),
You can’t perform that action at this time.
0 commit comments