mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-21 10:29:29 -05:00
24 lines
302 B
SCSS
24 lines
302 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: scroll;
|
|
|
|
height: calc(100vh - 190px);
|
|
top: 70px;
|
|
} |