This commit is contained in:
Mike Jolley 2020-05-01 10:31:09 +01:00 committed by GitHub
parent be968c9103
commit 5a39df880f
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,9 @@
.wc-block-product-metadata {
@include font-size(12);
color: $core-grey-dark-400;
margin-top: 0.25em;
p,
.wc-block-product-variation-data {
margin: 0.25em 0 0 0;
}
}

View File

@ -104,8 +104,10 @@
.wc-block-order-summary-item__description {
padding-left: $gap-large;
padding-top: $gap;
padding-bottom: $gap;
line-height: $gap-large;
p,
.wc-block-product-metadata {
line-height: $gap;
margin-top: #{ ( $gap-large - $gap ) / 2 };