Add logging functionality to the dev panel
This commit is contained in:
parent
c8dd82a5e0
commit
812ba9dc3b
6 changed files with 141 additions and 38 deletions
|
|
@ -187,6 +187,12 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
#dev-panel {
|
||||
.log-line-odd {
|
||||
background-color: consts.$color-1;
|
||||
}
|
||||
}
|
||||
|
||||
form {
|
||||
display: grid;
|
||||
grid-template-columns: auto 1fr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue