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.
27 lines
420 B
27 lines
420 B
.programSequence { |
|
&.editing .programSequence-item .content { |
|
// width: 20em; |
|
} |
|
padding-left: 0; |
|
} |
|
|
|
.programSequence-item { |
|
list-style-type: none; |
|
display: flex; |
|
margin-bottom: .5em; |
|
&.dragging { |
|
z-index: 1010; |
|
} |
|
.fields { |
|
margin: 0em 0em 1em !important; |
|
} |
|
.ui.icon.button { |
|
height: fit-content; |
|
} |
|
.header { |
|
font-weight: bold; |
|
} |
|
.durationInputs { |
|
width: 20em; |
|
} |
|
}
|
|
|