File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
app/design/frontend/Magento/luma/web/css/source
lib/web/css/source/lib/variables Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1437
1437
}
1438
1438
1439
1439
.order-status {
1440
- @order-status-indent : ceil (@h1__margin-bottom / 2 );
1440
+ @order-status-indent : ceil (( @h1__margin-bottom / 2 ) );
1441
1441
margin : - @order-status-indent 0 @indent__s ;
1442
1442
}
1443
1443
}
1450
1450
.page-main {
1451
1451
.page-title-wrapper {
1452
1452
.order-date {
1453
- @order-date-indent : ceil (@h1__margin-bottom / 1.5 );
1453
+ @order-date-indent : ceil (( @h1__margin-bottom / 1.5 ) );
1454
1454
margin : - @order-date-indent 0 18px ;
1455
1455
}
1456
1456
}
Original file line number Diff line number Diff line change 29
29
@font-size-ratio__base : 1.4 ; // Defines ratio of the root font-size to the base font-size
30
30
31
31
@font-size-unit : rem; // The unit to which most typography values will be converted by default
32
- @font-size-unit-ratio : unit (@root__font-size * 16 / 100 ); // Ratio of the root font-size to the font-size unit
32
+ @font-size-unit-ratio : unit (( @root__font-size * 16 / 100 ) ); // Ratio of the root font-size to the font-size unit
33
33
@font-size-unit-convert : true ; // Controls whether font-size values are converted to the specified font-size unit
34
34
35
35
@font-size__base : unit (@font-size-unit-ratio * @font-size-ratio__base , px); // Base font size value in <b>px</b>
73
73
@indent__xl : @indent__base * 2 ; // 40px
74
74
@indent__l : @indent__base * 1.5 ; // 30px
75
75
@indent__m : @indent__base * 1.25 ; // 25px
76
- @indent__s : @indent__base / 2 ; // 10px
77
- @indent__xs : @indent__base / 4 ; // 5px
76
+ @indent__s : ( @indent__base / 2 ) ; // 10px
77
+ @indent__xs : ( @indent__base / 4 ) ; // 5px
78
78
79
79
//
80
80
// Borders
You can’t perform that action at this time.
0 commit comments