diff --git a/src/app/content/hemat-app/device/device-control/device-control.component.css b/src/app/content/hemat-app/device/device-control/device-control.component.css index c09df0a..9e9ceae 100644 --- a/src/app/content/hemat-app/device/device-control/device-control.component.css +++ b/src/app/content/hemat-app/device/device-control/device-control.component.css @@ -1,15 +1,29 @@ - :host ::ng-deep .ng-select .ng-select-container { - color: #ffffff !important; - background-color: #252525 !important; + color: #242222 !important; + background-color: #FBFBFB !important; height: 40px !important; - border-radius: 12px !important; /* Menambahkan border-radius */ + border-radius: 12px !important; + box-shadow: 0 2px 4px rgba(36, 34, 34, 0.2) !important; /* Bayangan lebih tipis */ } + .background-round { background-color: #252525 !important; padding: 8px; border-radius: 50%; border: 2px solid #BEF264; border-color: #BEF264 !important; +} + +.text-custom-name{ + color: #242222 !important; + font-family: "Open Sans", sans-serif !important; + font-size: 16px; + font-weight: 600; +} + +.text-custom-category{ + color: #242222 !important; + font-family: "Open Sans", sans-serif !important; + font-size: 12px; } \ No newline at end of file diff --git a/src/app/content/hemat-app/device/device-control/device-control.component.html b/src/app/content/hemat-app/device/device-control/device-control.component.html index e554b3a..ae97838 100644 --- a/src/app/content/hemat-app/device/device-control/device-control.component.html +++ b/src/app/content/hemat-app/device/device-control/device-control.component.html @@ -1,4 +1,4 @@ -
+
@@ -7,7 +7,7 @@
-
+
@@ -21,7 +21,7 @@ bindValue="id" placeholder="Select Building" [(ngModel)]="buildingSelected" - style="width: 100% !important;" + style="width: 100% !important" >
@@ -61,20 +61,20 @@ class="btn btn-outline-success ml-2" (click)="doFilter()" style=" - background-color: #252525 !important; - border-color: #ffffff !important; + background-color: #DDE1E6 !important; + border-color: #6B6B6B !important; border-radius: 12px; " [disabled]="spinnerFilterActive" > @@ -83,9 +83,9 @@ class="btn btn-outline-success ml-2" (click)="doCancelFilter()" style=" - background-color: #252525 !important; - border-color: #ffffff !important; - color: #ffffff; + background-color: #FBFBFB !important; + border-color: #6B6B6B !important; + color: #6B6B6B; border-radius: 12px; " > @@ -103,10 +103,18 @@
-
+
-

No data available

+

+ No data available +

@@ -114,7 +122,7 @@
@@ -122,7 +130,7 @@
-
- {{ item.name }} + {{ item.name }}
- {{item.category_name}} + {{ + item.category_name + }}
-
+
input { - color: #ffffff !important; + color: #242222 !important; } :host ::ng-deep .ngx-datatable.bootstrap .datatable-body-row { - background-color: rgba(190, 242, 100, 0.11); /* Black color for table rows */ + background-color: #FBFBFB; /* Black color for table rows */ } :host ::ng-deep .ngx-datatable.bootstrap .datatable-body-row:hover { - background-color: #1a1a1a; /* Darker black for hover effect */ + background-color: #DDE1E6; /* Darker black for hover effect */ } + +.text-custom-label{ + color: #242222 !important; + font-family: "Open Sans", sans-serif !important; + font-size: 16px; +} + +.text-custom-data{ + color: #242222 !important; + font-family: "Open Sans", sans-serif !important; + font-size: 24px; + font-weight: 700; +} + +.style-custom-label{ + color: #242222 !important; +} \ No newline at end of file diff --git a/src/app/content/hemat-app/device/device.component.html b/src/app/content/hemat-app/device/device.component.html index e3908f3..6c57fbf 100644 --- a/src/app/content/hemat-app/device/device.component.html +++ b/src/app/content/hemat-app/device/device.component.html @@ -1,4 +1,4 @@ -
+
@@ -7,22 +7,22 @@
-
+
-
+
Total Device
-

+

{{ summaryTotal?.length }}

@@ -43,20 +43,20 @@
-
+
-
+
Total Device Active
-

{{ totalOn }}

+

{{ totalOn }}

@@ -77,20 +77,20 @@
-
+
-
+
Total Device Non-Active
-

{{ totalOff }}

+

{{ totalOff }}

@@ -116,7 +116,7 @@
-
+
@@ -172,31 +172,31 @@ class="btn btn-outline-success ml-2" (click)="doFilter()" style=" - background-color: #252525 !important; - border-color: #ffffff !important; + background-color: #DDE1E6 !important; + border-color: #242222 !important; border-radius: 12px; " [disabled]="spinnerFilterActive || newDeviceActive" >