From 468045384e4a07b28ca1e6d8ce588093cd5c8393 Mon Sep 17 00:00:00 2001 From: Fuzi_fauzia Date: Wed, 12 Jun 2024 15:17:08 +0700 Subject: [PATCH] penyesuaian UI sesuai Figma --- .../breadcrumb/breadcrumb.component.css | 1 + .../breadcrumb/breadcrumb.component.html | 16 +- src/app/_layout/footer/footer.component.html | 6 +- .../header/vertical/vertical.component.css | 6 + .../header/vertical/vertical.component.html | 268 ++++++--- .../verticalnav/verticalnav.component.css | 23 + .../verticalnav/verticalnav.component.html | 23 +- .../verticalnav/verticalnav.component.ts | 3 +- .../cost-management.component.css | 222 +++++-- .../cost-management.component.html | 543 ++++++++++-------- .../device-control.component.css | 0 .../device-control.component.html | 1 + .../device-control.component.spec.ts | 23 + .../device-control.component.ts | 10 + .../hemat-app/device/device.component.css | 376 ++++++++---- .../hemat-app/device/device.component.html | 513 +++++++++-------- .../content/hemat-app/device/device.module.ts | 4 +- .../list-monitoring.component.html | 2 +- .../building/building.component.css | 28 +- .../building/building.component.html | 29 +- .../monitoring/detail/detail.component.css | 12 +- .../monitoring/detail/detail.component.html | 139 +++-- .../monitoring/detail/detail.component.ts | 32 +- src/assets/images/Smart-Building.png | Bin 0 -> 2287 bytes src/assets/sass/scss/bootstrap/_forms.scss | 6 +- 25 files changed, 1419 insertions(+), 867 deletions(-) create mode 100644 src/app/content/hemat-app/device/device-control/device-control.component.css create mode 100644 src/app/content/hemat-app/device/device-control/device-control.component.html create mode 100644 src/app/content/hemat-app/device/device-control/device-control.component.spec.ts create mode 100644 src/app/content/hemat-app/device/device-control/device-control.component.ts create mode 100644 src/assets/images/Smart-Building.png diff --git a/src/app/_layout/breadcrumb/breadcrumb.component.css b/src/app/_layout/breadcrumb/breadcrumb.component.css index 38fdf49..54851f7 100644 --- a/src/app/_layout/breadcrumb/breadcrumb.component.css +++ b/src/app/_layout/breadcrumb/breadcrumb.component.css @@ -18,3 +18,4 @@ transform: translate(40px, 40px) !important; } } + diff --git a/src/app/_layout/breadcrumb/breadcrumb.component.html b/src/app/_layout/breadcrumb/breadcrumb.component.html index 3e170af..c58fc34 100644 --- a/src/app/_layout/breadcrumb/breadcrumb.component.html +++ b/src/app/_layout/breadcrumb/breadcrumb.component.html @@ -6,7 +6,7 @@ -

+

{{ breadcrumb.mainlabel }}

- diff --git a/src/app/_layout/footer/footer.component.html b/src/app/_layout/footer/footer.component.html index 5d61067..19f0ad1 100644 --- a/src/app/_layout/footer/footer.component.html +++ b/src/app/_layout/footer/footer.component.html @@ -2,15 +2,17 @@ id="footer" class="footer footer-static footer-light navbar-border navbar-shadow" *ngIf="showFooter" + style="background-color: #000000 !important; border: none !important;" > -

- + Copyright © 2024 Allbest Solusi Sistem (V@2024-06-11.01) diff --git a/src/app/_layout/header/vertical/vertical.component.css b/src/app/_layout/header/vertical/vertical.component.css index 3017bf8..db66d04 100644 --- a/src/app/_layout/header/vertical/vertical.component.css +++ b/src/app/_layout/header/vertical/vertical.component.css @@ -33,3 +33,9 @@ .header-navbar .navbar-header .navbar-brand .brand-text { padding-left: 11px !important; } + +.brand-text-wrapper { + display: inline-block; + vertical-align: middle; +} + diff --git a/src/app/_layout/header/vertical/vertical.component.html b/src/app/_layout/header/vertical/vertical.component.html index f195fea..b22479b 100644 --- a/src/app/_layout/header/vertical/vertical.component.html +++ b/src/app/_layout/header/vertical/vertical.component.html @@ -1,27 +1,71 @@ -