added marketplace cards

This commit is contained in:
Nalvazhuthi
2025-03-26 13:57:41 +05:30
15 changed files with 299 additions and 22599 deletions

View File

@@ -733,6 +733,7 @@
.asset-properties-container,
.zone-properties-container {
.header {
@include flex-space-between;
padding: 8px 12px;
border-top: 1px solid var(--highlight-accent-color);
border-bottom: 1px solid var(--highlight-accent-color);
@@ -758,7 +759,8 @@
}
}
.optimize-button,
.generate-report-button {
.generate-report-button,
.button-save {
@include flex-center;
background-color: var(--accent-color);
color: var(--primary-color);

View File

@@ -48,7 +48,6 @@
max-width: 80%;
overflow: auto;
max-width: calc(100% - 450px);
&::-webkit-scrollbar {
display: none;
}
@@ -401,4 +400,4 @@
}
}
}
}
}