Fade padding fix
This commit is contained in:
parent
78d21584fa
commit
37a7a0ca6c
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue