sprinklers3/client/styles/DeviceView.scss

51 lines
743 B
SCSS
Raw Normal View History

.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) {
2018-09-02 02:57:55 -06:00
margin-left: 0.75em;
}
2018-09-02 02:57:55 -06:00
font-size: 0.75em;
font-weight: lighter;
&.connected {
2018-09-02 02:57:55 -06:00
color: #13d213;
}
&.disconnected {
2018-09-02 02:57:55 -06:00
color: #d20000;
}
}
}
.section--number,
.program--number {
2018-09-02 02:57:55 -06:00
width: 2em;
}
.section--name /*,
.program--name*/
2018-09-02 02:57:55 -06:00
{
width: 10em;
white-space: nowrap;
}
.section--state {
}
.section-state.running {
color: green;
}
.ui.modal.programEditor > .header > .header.item .inline.fields {
margin-bottom: 0;
}