feat: enhance cart layout and styling for improved user experience

This commit is contained in:
2026-07-01 16:56:29 -03:00
parent af406c215a
commit 06d29be056
5 changed files with 24 additions and 28 deletions

View File

@@ -2,12 +2,14 @@
display: block;
width: 100%;
max-width: 370px;
height: 100%;
}
.cart {
display: grid;
gap: 0.75rem;
grid-template-rows: auto minmax(0, 1fr) auto;
width: 100%;
height: 100%;
color: #666666;
border-radius: 0;
overflow: hidden;
@@ -48,7 +50,7 @@
&__items {
display: grid;
gap: 8px;
max-height: 254px;
min-height: 0;
padding: 0 0 0 24px;
overflow-y: auto;
scrollbar-color: #d5d5d5 transparent;