Skip to content

Commit 073fd14

Browse files
author
Natalia Momotenko
committed
Merge remote-tracking branch 'origin/MAGETWO-42533' into PR-2
2 parents 5ccd7c3 + 9f595f0 commit 073fd14

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

app/code/Magento/Bundle/view/base/templates/product/price/tier_prices.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $tierPriceModel = $block->getPrice();
1616
$tierPrices = $tierPriceModel->getTierPriceList();
1717
?>
1818
<?php if (count($tierPrices)) : ?>
19-
<ul class="<?php /* @escapeNotVerified */ echo($block->hasListClass() ? $block->getListClass() : 'prices tier items'); ?>">
19+
<ul class="<?php /* @escapeNotVerified */ echo($block->hasListClass() ? $block->getListClass() : 'prices-tier items'); ?>">
2020
<?php foreach ($tierPrices as $index => $price) : ?>
2121
<li class="item">
2222
<?php /* @escapeNotVerified */ echo __(

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,11 @@
107107
p.required {
108108
.lib-css(color, @form-field-label-asterisk__color);
109109
}
110-
}
111110

111+
.product-options-bottom {
112+
clear: left;
113+
}
114+
}
112115
}
113116

114117
//

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,12 @@
162162
.price {
163163
font-weight: @font-weight__semibold;
164164
}
165+
.product-options-bottom {
166+
border-top: 1px solid @border-color__base;
167+
clear: left;
168+
margin: 0 0 @indent__xl;
169+
padding-top: @indent__base;
170+
}
165171
}
166172
}
167173

0 commit comments

Comments
 (0)