2018-08-03 19:08:13 +00:00
|
|
|
.logs {
|
2018-08-02 16:45:59 +00:00
|
|
|
margin: 10px 0;
|
|
|
|
background-color: #333333;
|
|
|
|
font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
|
|
|
|
font-size: 14px;
|
|
|
|
color: white;
|
|
|
|
padding: 10px;
|
|
|
|
border-radius: 8px;
|
|
|
|
}
|
|
|
|
|
2018-08-03 19:08:13 +00:00
|
|
|
.logs .error {
|
2018-08-02 16:45:59 +00:00
|
|
|
color: #dc3546;
|
|
|
|
}
|
2018-08-03 19:08:13 +00:00
|
|
|
.logs .warn {
|
2018-08-02 16:45:59 +00:00
|
|
|
color: #fec107;
|
|
|
|
}
|
2018-08-03 19:08:13 +00:00
|
|
|
.logs .debug {
|
2018-08-02 16:45:59 +00:00
|
|
|
color: #b7c1cc;
|
|
|
|
}
|
2018-08-03 19:08:13 +00:00
|
|
|
.logs .trace {
|
2018-08-02 16:45:59 +00:00
|
|
|
color: #8f98a2;
|
|
|
|
}
|
2018-08-07 10:48:27 +00:00
|
|
|
|
|
|
|
.text__new-line {
|
|
|
|
white-space: pre-line;
|
|
|
|
}
|
2018-08-08 06:27:14 +00:00
|
|
|
.card.card-fullscreen{
|
|
|
|
z-index:4;
|
|
|
|
}
|