refactor(checkout): remove border and padding from cart column for cleaner layout

This commit is contained in:
2026-07-07 16:44:07 -03:00
parent fff18e05c0
commit 17ef39e9a8

View File

@@ -16,9 +16,7 @@
}
&__cart-col {
border: 1px solid #ececec;
border-radius: 4px;
padding: 1.25rem 1.5rem;
max-height: 80vh;
overflow: hidden;
display: flex;