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