File tree Expand file tree Collapse file tree 5 files changed +22
-22
lines changed
app/design/frontend/Magento
lib/internal/Magento/Framework Expand file tree Collapse file tree 5 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 1219
1219
& when (@media-common = true ) {
1220
1220
.abs-field-date-input {
1221
1221
margin-right : @indent__s ;
1222
- width : calc (~ ' 100% -' @icon-calendar__font-size + @indent__s );
1222
+ width : calc (~ ' 100% -' @icon-calendar__font-size - @indent__s );
1223
1223
}
1224
1224
}
1225
1225
1234
1234
1235
1235
input {
1236
1236
margin-right : @indent__s ;
1237
- width : calc (~ ' 100% -' @checkout-tooltip-icon__font-size + @indent__s + @indent__xs );
1237
+ width : calc (~ ' 100% -' @checkout-tooltip-icon__font-size - @indent__s - @indent__xs );
1238
1238
}
1239
1239
}
1240
1240
}
Original file line number Diff line number Diff line change 1639
1639
& when (@media-common = true ) {
1640
1640
.abs-field-date-input {
1641
1641
.lib-css (margin-right , @indent__s );
1642
- width : calc (~ ' 100% -' @icon-calendar__font-size + @indent__s );
1642
+ width : calc (~ ' 100% -' @icon-calendar__font-size - @indent__s );
1643
1643
}
1644
1644
}
1645
1645
1654
1654
1655
1655
input {
1656
1656
.lib-css (margin-right , @indent__s );
1657
- width : calc (~ ' 100% -' @checkout-tooltip-icon__font-size + @indent__s + @indent__xs );
1657
+ width : calc (~ ' 100% -' @checkout-tooltip-icon__font-size - @indent__s - @indent__xs );
1658
1658
}
1659
1659
}
1660
1660
}
Original file line number Diff line number Diff line change 90
90
"tubalmartin/cssmin" : " ^4.1" ,
91
91
"web-token/jwt-framework" : " ^3.1" ,
92
92
"webonyx/graphql-php" : " ^15.0" ,
93
- "wikimedia/less.php" : " ^3.2"
93
+ "wikimedia/less.php" : " ^3.2 || ^5.0 "
94
94
},
95
95
"require-dev" : {
96
96
"allure-framework/allure-phpunit" : " ^3" ,
Original file line number Diff line number Diff line change 52
52
"symfony/process" : " ^6.4" ,
53
53
"tedivm/jshrink" : " ^1.4" ,
54
54
"webonyx/graphql-php" : " ^15.0" ,
55
- "wikimedia/less.php" : " ^3.2"
55
+ "wikimedia/less.php" : " ^3.2 || ^5.0 "
56
56
},
57
57
"archive" : {
58
58
"exclude" : [
You can’t perform that action at this time.
0 commit comments