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.
52 lines
740 B
52 lines
740 B
7 years ago
|
.device {
|
||
|
.header {
|
||
|
display: flex !important;
|
||
|
flex-direction: column;
|
||
|
@media only screen and (min-width: 768px) {
|
||
|
flex-direction: row;
|
||
|
}
|
||
|
}
|
||
|
.ui.grid {
|
||
|
margin-top: 0;
|
||
|
}
|
||
|
.connectionState {
|
||
|
@media only screen and (min-width: 768px) {
|
||
|
margin-left: .75em;
|
||
|
}
|
||
|
font-size: .75em;
|
||
|
font-weight: lighter;
|
||
|
|
||
|
&.connected {
|
||
|
color: #13D213;
|
||
|
}
|
||
|
|
||
|
&.disconnected {
|
||
|
color: #D20000;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.section--number,
|
||
|
.program--number {
|
||
|
width: 2em
|
||
|
}
|
||
|
|
||
|
.section--name /*,
|
||
|
.program--name*/
|
||
|
{
|
||
|
width: 10em;
|
||
|
white-space: nowrap;
|
||
|
}
|
||
|
|
||
|
.section--state {
|
||
|
|
||
|
}
|
||
|
|
||
|
.section-state.running {
|
||
|
color: green;
|
||
|
}
|
||
|
|
||
|
.ui.modal.programEditor > .header > .header.item .inline.fields {
|
||
|
margin-bottom: 0;
|
||
|
}
|