mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-11-25 23:59:09 -06:00
* Separate admin / manage sections * Move mail settings to its own component * Move users and groups to its own component * Move default permissions to its own settings tab * Unify list styling, add tour step, refactor components * Only patch saved views that have changed on settings save * Update messages.xlf * Remove unused methods in settings.component.ts * Drop admin section to bottom of sidebar, cleanup outdated, add docs link to dropdown * Better visually unify management list & other list pages
27 lines
341 B
SCSS
27 lines
341 B
SCSS
.log-entry-10 {
|
|
color: lightslategray !important;
|
|
}
|
|
|
|
.log-entry-30 {
|
|
color: yellow !important;
|
|
}
|
|
|
|
.log-entry-40 {
|
|
color: red !important;
|
|
}
|
|
|
|
.log-entry-50 {
|
|
color: lightcoral !important;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.log-container {
|
|
overflow-y: scroll;
|
|
height: calc(100vh - 200px);
|
|
top: 70px;
|
|
|
|
p {
|
|
white-space: pre-wrap;
|
|
}
|
|
}
|