refactor(checkout): remove border and padding from cart column for cleaner layout
This commit is contained in:
@@ -16,9 +16,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__cart-col {
|
&__cart-col {
|
||||||
border: 1px solid #ececec;
|
|
||||||
border-radius: 4px;
|
|
||||||
padding: 1.25rem 1.5rem;
|
|
||||||
max-height: 80vh;
|
max-height: 80vh;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user