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.
41 lines
549 B
41 lines
549 B
.device--connectionState { |
|
margin-left: 10px; |
|
font-size: 18px; |
|
font-weight: 100; |
|
} |
|
|
|
.device--connectionState-connected { |
|
color: #13D213; |
|
} |
|
|
|
.device--connectionState-disconnected { |
|
color: #D20000; |
|
} |
|
|
|
.section--number, |
|
.program--number { |
|
width: 20px |
|
} |
|
|
|
.section--name /*, |
|
.program--name*/ { |
|
width: 150px; |
|
white-space: nowrap; |
|
} |
|
|
|
.section--state { |
|
|
|
} |
|
|
|
.section--state-true { |
|
color: green; |
|
} |
|
|
|
.section--state-false { |
|
|
|
} |
|
|
|
.durationInput--minutes > input, |
|
.durationInput--seconds > input { |
|
width: 70px !important; |
|
} |