Updated UI with BitBlazor components.
This commit is contained in:
22
JSMR.UI.Blazor/wwwroot/css/mud-blazor.css
Normal file
22
JSMR.UI.Blazor/wwwroot/css/mud-blazor.css
Normal 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);
|
||||
}
|
||||
Reference in New Issue
Block a user