mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
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;
|
|
}
|
|
}
|