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 16
16
17
17
@modal-popup-title__font-size : 26px ;
18
18
@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 ;
20
20
21
21
@modal-slide__first__indent-left : 44px ;
22
22
@modal-slide-mobile__background-color : @color-gray-light01 ;
Original file line number Diff line number Diff line change 16
16
17
17
@modal-popup-title__font-size : 26px ;
18
18
@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 ;
20
20
21
21
@modal-slide__first__indent-left : 44px ;
22
22
@modal-slide-mobile__background-color : @color-gray-light01 ;
Original file line number Diff line number Diff line change 248
248
// _____________________________________________
249
249
250
250
// Mobile transform to modal-slide
251
- .media-width (@extremum , @break ) when (@extremum = ' max' ) and (@break = ( @screen__m + 1 ) ) {
251
+ .media-width (@extremum , @break ) when (@extremum = ' max' ) and (@break = @screen__m ) {
252
252
.modal-popup {
253
253
& .modal-slide {
254
254
.lib-modal-slide ();
You can’t perform that action at this time.
0 commit comments