49 lines
652 B
CSS
Raw Normal View History

2017-05-06 15:39:25 -06:00
.device--connectionState {
margin-left: 10px;
font-size: 18px;
font-weight: 100;
}
.device--connectionState-connected {
color: #13D213;
}
2017-05-06 15:39:25 -06:00
.device--connectionState-disconnected {
color: #D20000;
}
2017-05-06 15:39:25 -06:00
.section--number,
.program--number {
width: 20px
}
.section--name /*,
.program--name*/ {
2017-05-06 15:39:25 -06:00
width: 150px;
white-space: nowrap;
}
.section--state {
2017-05-04 20:26:51 -06:00
}
2017-05-06 15:39:25 -06:00
.section--state-true {
color: green;
}
.section--state-false {
}
2017-05-27 14:03:13 -06:00
.durationInput--minutes > input,
.durationInput--seconds > input {
width: 70px !important;
2017-06-06 19:18:13 -06:00
}
.messages {
position: fixed;
top: 12px;
left: 12px;
right: 12px;
z-index: 1000;
}