feat: billing guest access

This commit is contained in:
2024-08-08 07:54:43 +03:00
parent 925f1b4407
commit 1ad96e3a69
36 changed files with 644 additions and 53 deletions

View File

@@ -5,6 +5,11 @@
max-height: 95vh;
}
.container-disabled {
pointer-events: none;
opacity: 0.4;
}
.products-list {
width: 60%;
display: flex;