Skip to content

Commit 6fe5623

Browse files
author
Oleksii Korshenko
authored
Merge pull request #1026 from magento-engcom/develop-prs
Public Pull Requests #9234 #6452 #5325
2 parents 91101aa + 721ff2b commit 6fe5623

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

app/design/frontend/Magento/blank/web/css/source/components/_modals_extend.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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;

app/design/frontend/Magento/luma/web/css/source/components/_modals_extend.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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;

lib/web/css/source/components/_modals.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
// _____________________________________________
249249

250250
// 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) {
252252
.modal-popup {
253253
&.modal-slide {
254254
.lib-modal-slide();

pub/.htaccess

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Optional override of deployment mode. We recommend you use the
33
## command bin/magento deploy:mode:set to switch modes instead
44

5-
# Options are default, production, or developer
5+
# Options are default, production, or developer
66
# SetEnv MAGE_MODE default
77

88
############################################

setup/view/magento/setup/readiness-check/progress.phtml

+1-1
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@
392392

393393
<div class="readiness-check-side">
394394
<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>
396396
</div>
397397

398398
<span class="readiness-check-icon icon-failed-round"></span>

0 commit comments

Comments
 (0)