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.

53 lines
744 B

.device--connectionState {
margin-left: .75em;
font-size: .75em;
font-weight: lighter;
}
.device--connectionState-connected {
color: #13D213;
}
.device--connectionState-disconnected {
color: #D20000;
}
.section--number,
.program--number {
width: 2em
}
.section--name /*,
.program--name*/ {
width: 10em;
white-space: nowrap;
}
.section--state {
}
.section--state-true {
color: green;
}
.section--state-false {
}
.durationInput--minutes > input,
.durationInput--seconds > input {
width: 6em !important;
}
.messages {
position: fixed;
/* top: 12px; */
bottom: 1em;
left: 1em;
right: 1em;
7 years ago
padding-left: 0;
z-index: 1000;
display: flex;
flex-direction: column;
}