File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
app/design/frontend/Magento
blank/web/css/source/components
luma/web/css/source/components
lib/web/css/source/components Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616
1717@modal-popup-title__font-size : 26px ;
1818@modal-popup-title-mobile__font-size : @font-size__base ;
19- @modal-popup-breakpoint-screen__m : @screen__m + 1 ;
19+ @modal-popup-breakpoint-screen__m : @screen__m ;
2020
2121@modal-slide__first__indent-left : 44px ;
2222@modal-slide-mobile__background-color : @color-gray-light01 ;
Original file line number Diff line number Diff line change 1616
1717@modal-popup-title__font-size : 26px ;
1818@modal-popup-title-mobile__font-size : @font-size__base ;
19- @modal-popup-breakpoint-screen__m : @screen__m + 1 ;
19+ @modal-popup-breakpoint-screen__m : @screen__m ;
2020
2121@modal-slide__first__indent-left : 44px ;
2222@modal-slide-mobile__background-color : @color-gray-light01 ;
Original file line number Diff line number Diff line change 242242// _____________________________________________
243243
244244// Mobile transform to modal-slide
245- .media-width (@extremum , @break ) when (@extremum = ' max' ) and (@break = ( @screen__m + 1 ) ) {
245+ .media-width (@extremum , @break ) when (@extremum = ' max' ) and (@break = @screen__m ) {
246246 .modal-popup {
247247 & .modal-slide {
248248 .lib-modal-slide ();
You can’t perform that action at this time.
0 commit comments