Skip to content

Commit d9639d1

Browse files
author
Natalia Momotenko
committed
Merge remote-tracking branch 'origin/MAGETWO-37890' into PR
2 parents 9523463 + 4451194 commit d9639d1

File tree

2 files changed

+14
-2
lines changed
  • app/design/frontend/Magento

2 files changed

+14
-2
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,16 @@
9494
}
9595
}
9696
}
97+
.nested {
98+
.field.qty {
99+
.label {
100+
.css(font-weight, @form-field-label__font-weight);
101+
.css(margin, 0 0 @indent__xs);
102+
display: inline-block;
103+
}
104+
.css(margin-top, @form-field__vertical-indent);
105+
}
106+
}
97107
p.required {
98108
.css(color, @form-field-label-asterisk__color);
99109
}
@@ -109,7 +119,8 @@
109119
.legend.title {
110120
&:extend(.abs-reset-left-margin all);
111121
}
112-
.bundle-options-wrapper {
122+
.bundle-options-wrapper,
123+
.product-options-wrapper {
113124
float: left;
114125
width: 57%;
115126
}

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,8 @@
176176
.legend.title {
177177
font-size: @h1__font-size-desktop;
178178
}
179-
.bundle-options-wrapper {
179+
.bundle-options-wrapper,
180+
.product-options-wrapper {
180181
float: left;
181182
width: 57%;
182183
}

0 commit comments

Comments
 (0)