File tree 5 files changed +5
-5
lines changed
app/design/frontend/Magento
blank/web/css/source/components
luma/web/css/source/components
lib/web/css/source/components
setup/view/magento/setup/readiness-check
5 files changed +5
-5
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 ();
Original file line number Diff line number Diff line change 2
2
## Optional override of deployment mode. We recommend you use the
3
3
## command bin/magento deploy:mode:set to switch modes instead
4
4
5
- # Options are default, production, or developer
5
+ # Options are default, production, or developer
6
6
# SetEnv MAGE_MODE default
7
7
8
8
############################################
Original file line number Diff line number Diff line change 392
392
393
393
<div class="readiness-check-side">
394
394
<p class="side-title">Need Help?</p>
395
- <a href="http://devdocs.magento.com/guides/v1 .0/install-gde/system-requirements.html" target="_blank">PHP Extension Help</a>
395
+ <a href="http://devdocs.magento.com/guides/v2 .0/install-gde/system-requirements.html" target="_blank">PHP Extension Help</a>
396
396
</div>
397
397
398
398
<span class="readiness-check-icon icon-failed-round"></span>
You can’t perform that action at this time.
0 commit comments