22 lines
267 B
CSS
22 lines
267 B
CSS
.console-none {
|
|
display: none;
|
|
}
|
|
|
|
.console-info {
|
|
color: grey;
|
|
margin: 0px;
|
|
text-wrap: auto;
|
|
}
|
|
|
|
.console-warning {
|
|
color: yellow;
|
|
margin: 0px;
|
|
text-wrap: auto;
|
|
}
|
|
|
|
.console-error {
|
|
color: red;
|
|
margin: 0px;
|
|
text-wrap: auto;
|
|
}
|