RobotNet/RobotNet.WebApp/Scripts/Components/ConsoleItem.razor.css
2025-10-15 15:15:53 +07:00

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;
}