Skip to content

Commit bf625cc

Browse files
Merge pull request #545 from magento/426_MAP-modal-not-working
#426: Minimum Advertised Price Does Not Work in Page Builder - Fixed styles for MAP price in Products Content type
2 parents 0c56a4c + 0732b3b commit bf625cc

File tree

165 files changed

+16
-8602
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

165 files changed

+16
-8602
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/products/_default.less

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,22 @@
9191
margin: 0;
9292
}
9393

94+
.map-old-price {
95+
display: inline-block;
96+
97+
&:not(:last-child) {
98+
margin-right: @indent__s;
99+
}
100+
101+
.price-wrapper {
102+
text-decoration: line-through;
103+
}
104+
}
105+
106+
.map-fallback-price {
107+
display: none;
108+
}
109+
94110
.actions-primary {
95111
display: inline-block;
96112
max-width: 100%;

docs/breaking-changes.md

Lines changed: 0 additions & 91 deletions
This file was deleted.

docs/comp-status2.md

Lines changed: 0 additions & 59 deletions
This file was deleted.

docs/create-custom-content-type/overview.md

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)