border bottom line

main
alexanderroese 2024-06-21 18:54:48 +02:00
parent aa0ef3e34f
commit 43d473034a
1 changed files with 4 additions and 0 deletions

View File

@ -468,3 +468,7 @@ cart-drawer-items::-webkit-scrollbar-track-piece {
background: green;
border-radius: 23px;
}
.cart-items tr:not(:last-child) {
border-bottom: 1px solid #e7e7e7;
}