Utilized more BitBlazor components. Added enhancements to voice work search.

This commit is contained in:
2025-11-27 22:13:33 -05:00
parent 403c436a34
commit b2ef08c995
4 changed files with 223 additions and 100 deletions

View File

@@ -116,6 +116,12 @@ code {
/* Custom */
/* Search Filters */
.search-toolbar {
display: flex;
justify-content: flex-end;
gap: 1em;
}
.search-filter-control-container {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;

View File

@@ -1,3 +1,12 @@
.bit-tfl {
width: 100%;
}
.bit-tfl-inp {
font-family: var(--font-family);
}
.bit-tfl-inp,
.bit-drp-wrp,
.bit-dtp-wrp {
@@ -65,4 +74,10 @@
.bit-drp-pre, .bit-drp-suf {
background: rgb(57, 79, 94);
}
.bit-pvt-cct {
font-weight: inherit;
font-size: inherit;
color: inherit;
}