sprinklers3/client/styles/ProgramSequenceView.scss

32 lines
509 B
SCSS
Raw Permalink 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;
2019-07-20 18:06:07 -06:00
align-items: center;
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 {
2019-07-20 18:06:07 -06:00
display: flex;
align-items: center;
margin: 0em !important;
padding: 0em !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
}