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

24 lines
302 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 {
overflow: scroll;
height: calc(100vh - 190px);
top: 70px;
}