Fade padding fix

This commit is contained in:
Tiago Noronha 2018-09-06 18:53:36 +01:00
parent 78d21584fa
commit 37a7a0ca6c
3 changed files with 6 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -428,6 +428,8 @@ p.wc-products-display-options__option-description {
.wc-products-list-card--taxonomy-category {
.wc-products-list-card__results {
padding-bottom: 1.3em;
ul {
li {
margin-top: -1px;
@ -527,6 +529,8 @@ p.wc-products-display-options__option-description {
.wc-products-list-card--taxonomy-atributes {
.wc-products-list-card__results {
padding-bottom: 1.3em;
ul {
padding: 1em 1.25em 1em 3.25em;
background: $color__alt-background;