Open Source Web Application Framework for ASP.NET Core
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

38 lines
720 B

.simulation-client {
border: 1px solid #008000;
background-color: #f5f5f5;
margin: 3px;
padding: 5px;
min-width: 250px;
overflow: hidden;
display: inline-block;
.simulation-client-icon {
color: #999;
}
.simulation-client-scenario {
font-weight: bold;
}
.simulation-client-scenario-current-step {
color: #666;
font-size: 0.8em;
}
&.simulation-client-running {
background-color: #d6ffce;
.simulation-client-icon {
color: #008000;
}
}
&.simulation-client-stopping {
background-color: #fde0d7;
.simulation-client-icon {
color: #f88562;
}
}
}