Skip to content

Commit c9eb0d9

Browse files
author
Natalia Momotenko
committed
Merge remote-tracking branch 'origin/MAGETWO-46884' into PR-2
2 parents b37999c + 38c62be commit c9eb0d9

File tree

1 file changed

+17
-5
lines changed
  • app/design/adminhtml/Magento/backend/Magento_GiftWrapping/web/css/source

1 file changed

+17
-5
lines changed

app/design/adminhtml/Magento/backend/Magento_GiftWrapping/web/css/source/_module.less

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@
1414
.admin__field {
1515
margin: 1.5rem 0;
1616
}
17+
18+
.gift-wrapping-design {
19+
display: none;
20+
21+
&._active {
22+
display: block;
23+
}
24+
}
1725
}
1826

1927
.giftmessage-order-create {
@@ -23,22 +31,26 @@
2331
}
2432

2533
.order-create-gift-wrapping,
34+
.order-gift-options,
2635
.gift_options-popup {
2736
.gift-wrapping-design {
2837
&:extend(.abs-clearfix all);
29-
display: none;
30-
31-
&._active {
32-
display: block;
33-
}
3438

3539
.image-box {
3640
float: left;
3741
margin-right: 1.5rem;
42+
max-height: 7.5rem;
43+
max-width: 7.5rem;
3844
}
3945
}
4046
}
4147

48+
.order-gift-options {
49+
.admin__field {
50+
margin: 1.5rem 0;
51+
}
52+
}
53+
4254
.gift_options-popup {
4355
.admin__legend {
4456
&:extend(.abs-fieldset-legend all);

0 commit comments

Comments
 (0)