Skip to content

Commit e77c4e4

Browse files
committed
Merge remote-tracking branch 'origin/AC-14463' into spartans_pr_04082025
2 parents a2bd44d + 61cab4b commit e77c4e4

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/checkout/_shipping.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
@checkout-shipping-item-mobile__active__padding: 15px (@indent__l + 5px) 15px 18px;
3333

3434
@checkout-shipping-item-before__border-color: @color-gray80;
35-
@checkout-shipping-item-before__height: calc(~'100% - 20px');
35+
@checkout-shipping-item-before__height: ~"calc(100% - 20px)";
3636

3737
@checkout-shipping-method__border: @checkout-step-title__border;
3838
@checkout-shipping-method__padding: @indent__base;

app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_shipping.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
@checkout-shipping-item-mobile__active__padding: 15px (@indent__l + 5px) 15px 18px;
3333

3434
@checkout-shipping-item-before__border-color: @color-gray80;
35-
@checkout-shipping-item-before__height: calc(~'100% - 20px');
35+
@checkout-shipping-item-before__height: ~"calc(100% - 20px)";
3636

3737
@checkout-shipping-method__border: @checkout-step-title__border;
3838
@checkout-shipping-method__padding: @indent__base;

lib/web/css/source/lib/_responsive.less

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@
7474
.media-width('max', @screen__l);
7575
}
7676

77+
@media all and (min-width: (@screen__l)),
78+
print {
79+
.media-width('min', @screen__l);
80+
}
81+
7782
@media all and (min-width: @screen__xl),
7883
print {
7984
.media-width('min', @screen__xl);

0 commit comments

Comments
 (0)