Files
paperless-ngx/src-ui/src/app/components/common/input/monetary/monetary.component.scss

12 lines
153 B
SCSS

.input-group-text {
font-size: inherit;
}
.text-muted:focus-within {
color: var(--bs-body-color) !important;
}
.mw-60 {
max-width: 60px;
}