File tree Expand file tree Collapse file tree
samples/layouts/stepper/step-height Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 "dependencies" : {
1515 "igniteui-dockmanager" : " ^1.17.0" ,
1616 "igniteui-react" : " ^19.6.2" ,
17- "igniteui-react-core" : " 19.3.2 " ,
18- "igniteui-webcomponents" : " ^7.0.0 " ,
17+ "igniteui-react-core" : " 19.6.0-beta.0 " ,
18+ "igniteui-webcomponents" : " ^7.1.3 " ,
1919 "react" : " ^19.2.0" ,
2020 "react-dom" : " ^19.2.0" ,
2121 "tslib" : " ^2.4.0"
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ igc-switch {
77
88igc-stepper {
99 background : var (--ig-gray-100 );
10- padding : 16 px ;
11- border-radius : 8 px ;
10+ padding : 1 rem ;
11+ border-radius : 0.5 rem ;
1212 border : 1px solid var (--ig-gray-400 );
13- margin-block-start : 12 px ;
13+ margin-block-start : 0.75 rem ;
1414}
1515
1616.header {
@@ -21,10 +21,10 @@ igc-stepper {
2121
2222 .switch-wrapper {
2323 border : 1px solid var (--ig-gray-400 );
24- border-radius : 6 px ;
24+ border-radius : 0.375 rem ;
2525 background : var (--ig-gray-100 );
26- padding : 8 px ;
27- font-size : 22 px ;
26+ padding : 0.5 rem ;
27+ font-size : 1.375 rem ;
2828 display : flex;
2929 align-items : center;
3030 flex-wrap : wrap;
@@ -33,7 +33,7 @@ igc-stepper {
3333 }
3434
3535 igc-switch ::part (label ) {
36- font-size : 22 px ;
36+ font-size : 1.375 rem ;
3737 }
3838}
3939
@@ -52,7 +52,7 @@ igc-switch {
5252
5353 & ::part (control ) {
5454 height : 1.5rem ;
55- border-radius : 4 px ;
55+ border-radius : 0.25 rem ;
5656 }
5757}
5858
@@ -63,12 +63,12 @@ igc-step::part(content) {
6363}
6464
6565h5 {
66- margin-block : 5 px ;
66+ margin-block : 0.375 rem ;
6767}
6868
6969li {
70- font-size : 16 px ;
71- padding-block : 8 px ;
70+ font-size : 1 rem ;
71+ padding-block : 0.5 rem ;
7272}
7373
7474.container {
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ export default function StepHeight() {
4747 team.
4848 </ li >
4949 < li >
50- If you won't be at the address during the delivery time, please
50+ If you will not be at the address during the delivery time, please
5151 provide an alternative address.
5252 </ li >
5353 </ ul >
You can’t perform that action at this time.
0 commit comments