sprinklers3/client/styles/ProgramSequenceView.scss

28 lines
421 B
SCSS
Raw Normal View History

2018-07-27 18:56:53 -06:00
.programSequence {
&.editing .programSequence-item .content {
// width: 20em;
}
padding-left: 0;
}
2018-07-27 18:56:53 -06:00
.programSequence-item {
list-style-type: none;
display: flex;
2018-09-02 02:57:55 -06:00
margin-bottom: 0.5em;
2018-07-27 23:20:56 -06:00
&.dragging {
z-index: 1010;
}
.fields {
margin: 0em 0em 1em !important;
}
.ui.icon.button {
height: fit-content;
2018-07-27 18:56:53 -06:00
}
.header {
font-weight: bold;
}
.durationInputs {
width: 20em;
}
2018-07-27 23:20:56 -06:00
}