feat : add style border bottom vendor.

This commit is contained in:
elforjani3
2021-05-09 01:16:13 +02:00
parent b5b60d6f28
commit 8566ce126e

View File

@@ -70,6 +70,11 @@
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
} }
} }
&--VENDOR:last-child {
.td {
border-bottom: 1px solid #ddd;
}
}
} }
} }
} }