Skip to content

Commit

Permalink
Merge pull request #17002 from NeOMakinG/issue13934
Browse files Browse the repository at this point in the history
Correcting price alignment on RTL language
  • Loading branch information
matks committed Jan 2, 2020
2 parents 0907e0e + a04f145 commit 7cdb8f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion themes/classic/_dev/css/components/featuredproducts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ $product-description-height: 70px;
color: $gray;
text-decoration: line-through;
font-size: $font-size-sm;
display: inline-block;
}
.count {
color: $gray;
Expand Down Expand Up @@ -166,6 +167,6 @@ $product-description-height: 70px;
.featured-products {
.products {
justify-content: center;
}
}
}
}
2 changes: 1 addition & 1 deletion themes/classic/assets/css/theme.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion themes/classic/assets/css/theme_rtl.css

Large diffs are not rendered by default.

0 comments on commit 7cdb8f9

Please sign in to comment.