CSS lint: fix errors

This commit is contained in:
Paul Sealock 2019-01-02 12:38:11 +13:00
parent da8c49c90f
commit 49fe2c1f93
4 changed files with 12 additions and 8 deletions

View File

@ -76,7 +76,7 @@
border: none;
}
}
}
}
.woocommerce-calendar__inputs {
padding: 1em;
@ -190,7 +190,7 @@
&:not(.no-arrow):not(.is-mobile).is-top::after {
border-top-color: $core-grey-dark-400;
z-index: 1;
top: 0px;
top: 0;
}
}
}

View File

@ -1,3 +1,5 @@
/** @format */
.woocommerce-segmented-selection__item {
display: block;
@include set-grid-item-position( 2, 10 );

View File

@ -1,3 +1,5 @@
/** @format */
.woocommerce-table {
&.has-compare,
&.has-search {