Add better log view
This commit is contained in:
parent
fe66c0751d
commit
55c07f3b82
3 changed files with 73 additions and 39 deletions
|
|
@ -3,6 +3,26 @@
|
|||
height: 100px;
|
||||
}
|
||||
|
||||
.log-message {
|
||||
&.DEBUG {
|
||||
color: var(--color-base-50);
|
||||
}
|
||||
|
||||
&.INFO {
|
||||
color: var(--color-base-70);
|
||||
}
|
||||
|
||||
&.WARNING {
|
||||
color: var(--color-yellow-70);
|
||||
}
|
||||
|
||||
&.ERROR {
|
||||
color: var(--color-red-70);
|
||||
}
|
||||
|
||||
font: var(--font-monospace-theme);
|
||||
}
|
||||
|
||||
.history-card * {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue