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

30 lines
593 B
CSS

.folder-error {
width: 18px;
height: 18px;
color: white;
font-size: 11px;
margin-right: 3px;
border-radius: 50%;
background-color: firebrick;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
overflow: hidden;
}
.folder-warnning {
width: 18px;
height: 18px;
color: white;
font-size: 11px;
margin-right: 3px;
border-radius: 50%;
background-color: darkgoldenrod;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
overflow: hidden;
}