2018-07-27 18:56:53 -06:00
|
|
|
.programSequence {
|
|
|
|
&.editing .programSequence-item .content {
|
|
|
|
// width: 20em;
|
|
|
|
}
|
|
|
|
padding-left: 0;
|
2018-07-25 15:55:35 -06:00
|
|
|
}
|
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;
|
|
|
|
}
|
2018-07-27 22:22:09 -06:00
|
|
|
.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
|
|
|
}
|