22 lines
505 B
CSS
22 lines
505 B
CSS
.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);
|
|
} |