update versi
This commit is contained in:
parent
6261b36074
commit
8ea2f9f23b
|
@ -13,7 +13,7 @@
|
|||
href="https://allbestsistem.com/"
|
||||
target="_blank"
|
||||
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
|
||||
>
|
||||
</p>
|
||||
|
|
|
@ -2,12 +2,13 @@
|
|||
color: #ffffff !important;
|
||||
background-color: #252525 !important;
|
||||
height: 40px !important;
|
||||
}
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
.background-round {
|
||||
.background-round {
|
||||
background-color: #252525 !important;
|
||||
padding: 8px;
|
||||
border-radius: 50%;
|
||||
border: 2px solid #BEF264;
|
||||
border-color: #BEF264 !important;
|
||||
}
|
||||
border: 2px solid #bef264;
|
||||
border-color: #bef264 !important;
|
||||
}
|
||||
|
|
|
@ -61,7 +61,8 @@
|
|||
(click)="doFilter()"
|
||||
style="
|
||||
background-color: #252525 !important;
|
||||
border-color: #bef264 !important;
|
||||
border-color: #ffffff !important;
|
||||
border-radius: 12px;
|
||||
"
|
||||
[disabled]="spinnerFilterActive"
|
||||
>
|
||||
|
@ -82,7 +83,9 @@
|
|||
(click)="doFilterCancel()"
|
||||
style="
|
||||
background-color: #252525 !important;
|
||||
border-color: #bef264 !important;
|
||||
border-color: #ffffff !important;
|
||||
color: #ffffff !important;
|
||||
border-radius: 12px;
|
||||
"
|
||||
>Cancel
|
||||
</button>
|
||||
|
|
|
@ -138,7 +138,7 @@
|
|||
<p
|
||||
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>
|
||||
<!-- <div class="card-body">
|
||||
<a
|
||||
|
|
Loading…
Reference in New Issue