Use correct divider

pull/1751/head
Cagatay Civici 2021-11-09 13:19:19 +03:00
parent 761b19f1d2
commit dbf29636aa
2 changed files with 4 additions and 4 deletions

View File

@ -184,7 +184,7 @@ export default {
::v-deep(.product-grid-item) {
margin: .5rem;
border: 1px solid #dee2e6;
border: 1px solid var(--surface-border);
.product-grid-item-top,
.product-grid-item-bottom {

View File

@ -638,7 +638,7 @@ export default {
::v-deep(.product-grid-item) {
margin: .5rem;
border: 1px solid #dee2e6;
border: 1px solid var(--surface-border);
.product-grid-item-top,
.product-grid-item-bottom {
@ -871,7 +871,7 @@ export default {
::v-deep(.product-grid-item) {
margin: .5rem;
border: 1px solid #dee2e6;
border: 1px solid var(--surface-border);
.product-grid-item-top,
.product-grid-item-bottom {
@ -1118,7 +1118,7 @@ export default {
.product-grid-item {
margin: .5rem;
border: 1px solid #dee2e6;
border: 1px solid var(--surface-border);
}
.product-grid-item .product-grid-item-top,