CSS lint: fix errors
This commit is contained in:
parent
da8c49c90f
commit
49fe2c1f93
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/** @format */
|
||||
|
||||
.woocommerce-segmented-selection__item {
|
||||
display: block;
|
||||
@include set-grid-item-position( 2, 10 );
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/** @format */
|
||||
|
||||
.woocommerce-table {
|
||||
&.has-compare,
|
||||
&.has-search {
|
||||
|
@ -19,6 +21,6 @@
|
|||
grid-column-start: 3;
|
||||
grid-column-end: 4;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue