Skip to content

Commit 0b7650b

Browse files
committed
#426: Minimum Advertised Price Does Not Work in Page Builder - Added styles for MAP for Products Content Type
1 parent 70c3aad commit 0b7650b

File tree

1 file changed

+16
-0
lines changed
  • app/code/Magento/PageBuilder/view/adminhtml/web/css/source/content-type/products

1 file changed

+16
-0
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+
.price-wrapper {
98+
text-decoration: line-through;
99+
}
100+
101+
&:not(:last-child) {
102+
margin-right: @indent__s;
103+
}
104+
}
105+
106+
.map-fallback-price {
107+
display: none;
108+
}
109+
94110
.actions-primary {
95111
display: inline-block;
96112
max-width: 100%;

0 commit comments

Comments
 (0)