paperless-ngx/src-ui/src/app/components/manage/logs/logs.component.scss

27 lines
341 B
SCSS
Raw Normal View History

2020-11-18 18:39:09 +01:00
.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;
2021-02-06 17:07:25 +01:00
}
.log-container {
2021-03-11 16:03:17 -08:00
overflow-y: scroll;
2021-03-15 08:38:47 -07:00
height: calc(100vh - 200px);
2021-02-06 17:07:25 +01:00
top: 70px;
2021-03-11 16:03:17 -08:00
p {
white-space: pre-wrap;
}
}