Updated UI with BitBlazor components.

This commit is contained in:
2025-11-22 14:42:29 -05:00
parent 2418bd0a8f
commit 8490b49354
22 changed files with 552 additions and 68 deletions

View File

@@ -0,0 +1,22 @@
.mud-input {
background-color: var(--input-background-color);
font-family: var(--font-family);
}
.mud-input-control {
border-color: var(--input-border-color);
}
.mud-input > input.mud-input-root,
div.mud-input-slot.mud-input-root {
line-height: 1.5rem;
}
.mud-input > input.mud-input-root-outlined.mud-input-root-margin-dense,
div.mud-input-slot.mud-input-root-outlined.mud-input-root-margin-dense {
padding: .25rem .5rem;
}
.mud-typography {
font-family: var(--font-family);
}