mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-04-24 17:09:28 +00:00
12 lines
153 B
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;
|
|
}
|