Files
seweb/client/components/states_indicator/live/live.css
2024-07-30 15:44:27 +02:00

20 lines
277 B
CSS

.live{
width: 40px;
height: 30px;
/* For text alignement */
text-align: center;
vertical-align: middle;
line-height: 30px;
cursor: default;
font-weight: bold;
margin-right: 10px;
}
.enabled{
color: lime;
}
.disabled{
color: red;
}