penyesuaian UI login dan master

This commit is contained in:
2024-06-12 17:28:40 +07:00
parent 6f928e2ca4
commit a42d328222
25 changed files with 2851 additions and 1528 deletions

View File

@@ -1,6 +1,5 @@
:host ::ng-deep .progress-bar {
background-color: #BEF264 !important;
background-color: #bef264 !important;
}
:host ::ng-deep .donut-chart2 .ct-series-a .ct-slice-donut {
@@ -52,19 +51,19 @@
}
:host ::ng-deep .donut-chart3 .ct-series-a .ct-bar {
stroke: #BEF264;
stroke: #bef264;
fill: none;
stroke-width: 30px;
}
:host ::ng-deep .donut-chart3 .ct-series-b .ct-bar {
stroke: #BEF264;
stroke: #bef264;
fill: none;
stroke-width: 30px;
}
/* table */
:host
/* table */
:host
::ng-deep
.ngx-datatable.bootstrap
.datatable-header
@@ -389,4 +388,3 @@
:host ::ng-deep .ngx-datatable.bootstrap .datatable-body-row:hover {
background-color: #1a1a1a; /* Darker black for hover effect */
}