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 @@ -
No data available
++ No data available +