added market placeCards

This commit is contained in:
Nalvazhuthi
2025-03-26 12:32:09 +05:30
23 changed files with 967 additions and 671 deletions

View File

@@ -6,22 +6,20 @@
background-color: var(--background-color);
border-radius: 20px;
box-shadow: $box-shadow-medium;
width: 100%;
height: 100%;
width: calc(100% - (320px + 270px + 90px));
height: calc(100% - (200px + 80px));
position: absolute;
top: 0;
left: 0;
transform: scale(1);
top: 50%;
left: calc(270px + 45px);
transform: translate(0, -50%);
border-radius: #{$border-radius-medium};
transition: all 0.2s;
z-index: #{$z-index-default};
.scene-container {
width: 100%;
height: 100%;
canvas {
width: 100vw !important;
height: 100% !important;
}
overflow: hidden;
}
// Panels
.panel {
position: absolute;