Skip to content

Commit

Permalink
WooCommerce tabs panel styling
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomollet committed Sep 27, 2017
1 parent 91b4a7b commit fe97749
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions scss/helpers/_woocommerce_productsingle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,14 @@ table.woo-vou-recipient-fields{
}


.single-product, .singular-product{

.woocommerce-tabs .panel {
@include panel-variant($panel-default-border, $panel-default-text, $panel-default-heading-bg, $panel-default-border);
border-top: 0;
padding: $panel-body-padding;
}


.single-product, .singular-product{
.wc-tabs-wrapper, .related, .upsells{
margin-top: ($line-height-computed);
clear: both;
Expand Down

0 comments on commit fe97749

Please sign in to comment.