zone properties updated

This commit is contained in:
2025-03-26 12:22:04 +05:30
parent cf86dc8c37
commit 579e32e623
3 changed files with 32 additions and 5 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);