refactor(checkout): remove border and padding from cart column for cleaner layout
This commit is contained in:
parent
fff18e05c0
commit
17ef39e9a8
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue