mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-06-13 00:59:45 +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;
|
|
}
|