update versi
This commit is contained in:
parent
468045384e
commit
8b2849104e
|
@ -13,7 +13,7 @@
|
||||||
href="https://allbestsistem.com/"
|
href="https://allbestsistem.com/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
style="background-color: #000000 !important;"
|
style="background-color: #000000 !important;"
|
||||||
>Allbest Solusi Sistem (V@2024-06-11.01)
|
>Smart Building Management Systems (V@2024-06-12.01)
|
||||||
</a></span
|
</a></span
|
||||||
>
|
>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
|
|
||||||
|
:host ::ng-deep .progress-bar {
|
||||||
|
background-color: #BEF264 !important;
|
||||||
|
}
|
||||||
|
|
||||||
:host ::ng-deep .donut-chart2 .ct-series-a .ct-slice-donut {
|
:host ::ng-deep .donut-chart2 .ct-series-a .ct-slice-donut {
|
||||||
stroke: #8a8a8a;
|
stroke: #8a8a8a;
|
||||||
|
@ -10,14 +13,14 @@
|
||||||
stroke-width: 20px !important;
|
stroke-width: 20px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
:host ::ng-deep .donut-chart2 {
|
/* :host ::ng-deep .donut-chart2 {
|
||||||
-webkit-filter: drop-shadow(0px 10px 11px rgba(187, 187, 187)) !important;
|
-webkit-filter: drop-shadow(0px 10px 11px rgba(187, 187, 187)) !important;
|
||||||
filter: drop-shadow(0px 10px 11px rgba(187, 187, 187));
|
filter: drop-shadow(0px 10px 11px rgba(187, 187, 187));
|
||||||
}
|
} */
|
||||||
|
|
||||||
:host ::ng-deep .donut-chart2 .ct-label {
|
:host ::ng-deep .donut-chart2 .ct-label {
|
||||||
fill: #111010;
|
fill: #ffffff;
|
||||||
color: rgba(0, 0, 0, 0.4);
|
color: rgb(255, 255, 255);
|
||||||
font-size: 1.75rem;
|
font-size: 1.75rem;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
@ -49,13 +52,13 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
:host ::ng-deep .donut-chart3 .ct-series-a .ct-bar {
|
:host ::ng-deep .donut-chart3 .ct-series-a .ct-bar {
|
||||||
stroke: #cd560c;
|
stroke: #BEF264;
|
||||||
fill: none;
|
fill: none;
|
||||||
stroke-width: 30px;
|
stroke-width: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
:host ::ng-deep .donut-chart3 .ct-series-b .ct-bar {
|
:host ::ng-deep .donut-chart3 .ct-series-b .ct-bar {
|
||||||
stroke: #49cd0c;
|
stroke: #BEF264;
|
||||||
fill: none;
|
fill: none;
|
||||||
stroke-width: 30px;
|
stroke-width: 30px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,11 +7,17 @@
|
||||||
<section>
|
<section>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-4 col-12">
|
<div class="col-lg-4 col-12">
|
||||||
<div class="card">
|
<div class="card" style="background-color: #252525 !important">
|
||||||
<div class="card-header">
|
<div class="card-header" style="background-color: #252525 !important">
|
||||||
<h4 class="card-title text-center">
|
<h4 class="card-title text-center" style="color: #ffffff !important;">
|
||||||
Comparison of Water and Electricity Costs
|
Comparison of Water and Electricity Costs
|
||||||
</h4>
|
</h4>
|
||||||
|
<hr
|
||||||
|
style="
|
||||||
|
border-top: 4px solid #ffffff;
|
||||||
|
border-color: #ffffff !important;
|
||||||
|
"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<div class="card-block">
|
<div class="card-block">
|
||||||
|
@ -30,11 +36,17 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-4 col-12">
|
<div class="col-lg-4 col-12">
|
||||||
<div class="card">
|
<div class="card" style="background-color: #252525 !important">
|
||||||
<div class="card-header">
|
<div class="card-header" style="background-color: #252525 !important">
|
||||||
<h4 class="card-title text-center">
|
<h4 class="card-title text-center" style="color: #ffffff !important;">
|
||||||
Comparison of Previous Month Costs
|
Comparison of Previous Month Costs
|
||||||
</h4>
|
</h4>
|
||||||
|
<hr
|
||||||
|
style="
|
||||||
|
border-top: 4px solid #ffffff;
|
||||||
|
border-color: #ffffff !important;
|
||||||
|
"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<div class="card-block">
|
<div class="card-block">
|
||||||
|
@ -57,11 +69,17 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-4 col-12">
|
<div class="col-lg-4 col-12">
|
||||||
<div class="card">
|
<div class="card" style="background-color: #252525 !important">
|
||||||
<div class="card-header">
|
<div class="card-header" style="background-color: #252525 !important">
|
||||||
<h4 class="card-title text-center">
|
<h4 class="card-title text-center" style="color: #ffffff !important;">
|
||||||
Comparison of Actual Costs and Estimated Costs
|
Comparison of Actual Costs and Estimated Costs
|
||||||
</h4>
|
</h4>
|
||||||
|
<hr
|
||||||
|
style="
|
||||||
|
border-top: 4px solid #ffffff;
|
||||||
|
border-color: #ffffff !important;
|
||||||
|
"
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<div class="card-block">
|
<div class="card-block">
|
||||||
|
|
|
@ -133,7 +133,7 @@
|
||||||
<p
|
<p
|
||||||
class="card-subtitle line-on-side text-muted text-center font-small-3 mx-2 my-1"
|
class="card-subtitle line-on-side text-muted text-center font-small-3 mx-2 my-1"
|
||||||
>
|
>
|
||||||
<span>New to Modern ? (v@2024.06.11.01)</span>
|
<span>New to Modern ? (v@2024.06.12.01)</span>
|
||||||
</p>
|
</p>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<a
|
<a
|
||||||
|
|
Loading…
Reference in New Issue