File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
app/design/frontend/Magento
blank/Magento_Checkout/web/css/source/module/checkout
luma/Magento_Checkout/web/css/source/module/checkout Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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 ;
Original file line number Diff line number Diff line change 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 ;
Original file line number Diff line number Diff line change 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 );
You can’t perform that action at this time.
0 commit comments