Skip to content
Snippets Groups Projects
Commit 8306fcee authored by Natalia Momotenko's avatar Natalia Momotenko
Browse files

Merge remote-tracking branch 'origin/MAGETWO-34550' into UI

parents 2e67ccb9 39591601
No related merge requests found
...@@ -210,6 +210,13 @@ ...@@ -210,6 +210,13 @@
.product-reviews-summary .reviews-actions { .product-reviews-summary .reviews-actions {
.font-size(@font-size__base); .font-size(@font-size__base);
} }
.product-options-wrapper {
.field {
.note {
display: block;
}
}
}
} }
.product-info-main, .product-info-main,
......
...@@ -249,6 +249,14 @@ ...@@ -249,6 +249,14 @@
margin-top: @form-field__vertical-indent; margin-top: @form-field__vertical-indent;
} }
} }
.product-options-wrapper {
.field {
.note {
display: block;
.css(margin-top, @indent__xs);
}
}
}
} }
.product-options-bottom .price-box, .product-options-bottom .price-box,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment