update assetID
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user