Skip to content

Commit 874e019

Browse files
author
Natalia Momotenko
committed
MAGETWO-25662: MAP on Catalog and Product Pages
1 parent bc25646 commit 874e019

File tree

2 files changed

+16
-18
lines changed

2 files changed

+16
-18
lines changed

app/design/frontend/Magento/blank/Magento_Msrp/web/css/source/_module.less

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,11 @@
4242
}
4343
}
4444

45-
.map-old-price {
45+
.map-old-price,
46+
.product-info-price .map-show-info {
4647
margin-right: @indent__s;
4748
}
4849

49-
.product-info-price {
50-
.map-show-info {
51-
display: inline-block;
52-
margin-right: @indent__s;
53-
}
54-
}
55-
5650
}
5751

5852
//
@@ -62,7 +56,11 @@
6256
.map-popup {
6357
max-width: 100%;
6458
}
65-
.map-show-info {
59+
.map-old-price,
60+
.product-info-price .map-show-info {
6661
display: inline-block;
62+
&:not(:last-child) {
63+
margin-bottom: @indent__s;
64+
}
6765
}
6866
}

app/design/frontend/Magento/luma/Magento_Msrp/web/css/source/_module.less

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,25 +49,18 @@
4949
margin-bottom: @indent__s;
5050
}
5151
.actual-price {
52-
font-size: @font-size__l;
5352
margin: 3px 0 15px;
5453
}
5554
.popup-header {
5655
display: none;
5756
}
5857
}
5958

60-
.map-old-price {
59+
.map-old-price,
60+
.product-info-price .map-show-info {
6161
margin-right: @indent__s;
6262
}
6363

64-
.product-info-price {
65-
.map-show-info {
66-
display: inline-block;
67-
margin-right: @indent__s;
68-
}
69-
}
70-
7164
}
7265

7366
//
@@ -77,4 +70,11 @@
7770
.map-popup {
7871
max-width: 100%;
7972
}
73+
.map-old-price,
74+
.product-info-price .map-show-info {
75+
display: inline-block;
76+
&:not(:last-child) {
77+
margin-bottom: @indent__s;
78+
}
79+
}
8080
}

0 commit comments

Comments
 (0)