update versi
This commit is contained in:
parent
6261b36074
commit
8ea2f9f23b
|
@ -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;"
|
||||||
>Smart Building Management Systems (V@2024-06-24.03)
|
>Smart Building Management Systems (V@2024-06-25.03)
|
||||||
</a></span
|
</a></span
|
||||||
>
|
>
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -1,13 +1,14 @@
|
||||||
:host ::ng-deep .ng-select .ng-select-container {
|
:host ::ng-deep .ng-select .ng-select-container {
|
||||||
color: #ffffff !important;
|
color: #ffffff !important;
|
||||||
background-color: #252525 !important;
|
background-color: #252525 !important;
|
||||||
height: 40px !important;
|
height: 40px !important;
|
||||||
}
|
border-radius: 12px;
|
||||||
|
}
|
||||||
.background-round {
|
|
||||||
background-color: #252525 !important;
|
.background-round {
|
||||||
padding: 8px;
|
background-color: #252525 !important;
|
||||||
border-radius: 50%;
|
padding: 8px;
|
||||||
border: 2px solid #BEF264;
|
border-radius: 50%;
|
||||||
border-color: #BEF264 !important;
|
border: 2px solid #bef264;
|
||||||
}
|
border-color: #bef264 !important;
|
||||||
|
}
|
||||||
|
|
|
@ -61,7 +61,8 @@
|
||||||
(click)="doFilter()"
|
(click)="doFilter()"
|
||||||
style="
|
style="
|
||||||
background-color: #252525 !important;
|
background-color: #252525 !important;
|
||||||
border-color: #bef264 !important;
|
border-color: #ffffff !important;
|
||||||
|
border-radius: 12px;
|
||||||
"
|
"
|
||||||
[disabled]="spinnerFilterActive"
|
[disabled]="spinnerFilterActive"
|
||||||
>
|
>
|
||||||
|
@ -82,7 +83,9 @@
|
||||||
(click)="doFilterCancel()"
|
(click)="doFilterCancel()"
|
||||||
style="
|
style="
|
||||||
background-color: #252525 !important;
|
background-color: #252525 !important;
|
||||||
border-color: #bef264 !important;
|
border-color: #ffffff !important;
|
||||||
|
color: #ffffff !important;
|
||||||
|
border-radius: 12px;
|
||||||
"
|
"
|
||||||
>Cancel
|
>Cancel
|
||||||
</button>
|
</button>
|
||||||
|
|
|
@ -138,7 +138,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>(v@2024.06.24.03)</span>
|
<span>(v@2024.06.25.03)</span>
|
||||||
</p>
|
</p>
|
||||||
<!-- <div class="card-body">
|
<!-- <div class="card-body">
|
||||||
<a
|
<a
|
||||||
|
|
Loading…
Reference in New Issue