update assetID

This commit is contained in:
2025-06-12 09:31:51 +05:30
parent 9b0842ed14
commit c7cc5cf2ca
59 changed files with 1039 additions and 1029 deletions

View File

@@ -463,6 +463,7 @@
width: 100%;
display: flex;
justify-content: space-between;
position: relative;
.layer-wrapper {
display: flex;
@@ -472,6 +473,12 @@
justify-content: end;
}
}
.chart {
width: 60%;
height: 70%;
position: absolute;
}
}
.chart {
@@ -484,6 +491,8 @@
}
.cycle-time-container {
position: relative;
.cycle-main {
display: flex;
justify-content: space-between;
@@ -519,6 +528,14 @@
}
}
}
.chart {
position: absolute;
bottom: 0;
left: 10px;
width: 60%;
height: 80%;
}
}
.overallDowntime-container {

View File

@@ -144,7 +144,7 @@
&.active {
background: var(--background-color-button);
color: var(--text-color);
color: var(--text-button-color);
}
}
}
@@ -342,4 +342,4 @@
font-family: #{$font-roboto};
cursor: pointer;
}
}
}