Utilized more BitBlazor components. Added enhancements to voice work search.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user