feat: additional stuff

This commit is contained in:
2024-08-08 09:07:39 +03:00
parent 1ad96e3a69
commit 75860395b2
6 changed files with 104 additions and 47 deletions

View File

@@ -6,22 +6,22 @@
}
.container-disabled {
pointer-events: none;
opacity: 0.4;
}
.products-list {
width: 60%;
display: flex;
flex-direction: column;
gap: rem(10);
flex: 2;
}
.deal-container {
display: flex;
flex-direction: column;
height: 100%;
gap: rem(10);
flex: 1;
}
.deal-container-wrapper {