52 lines
723 B
CSS
Raw Normal View History

2017-05-06 15:39:25 -06:00
.device--connectionState {
margin-left: .75em;
font-size: .75em;
font-weight: lighter;
2017-05-06 15:39:25 -06:00
}
.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: 2em
2017-05-06 15:39:25 -06:00
}
.section--name /*,
.program--name*/ {
width: 10em;
2017-05-06 15:39:25 -06:00
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: 6em !important;
2017-06-06 19:18:13 -06:00
}
.messages {
position: fixed;
/* top: 12px; */
bottom: 1em;
left: 1em;
right: 1em;
2017-06-06 19:18:13 -06:00
z-index: 1000;
display: flex;
flex-direction: column;
}