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.

22 lines
331 B

.programSequence {
&.editing .programSequence-item .content {
// width: 20em;
}
padding-left: 0;
}
.programSequence-item {
list-style-type: none;
z-index: 2000;
display: flex;
margin-bottom: .5em;
i.icon {
margin: .5rem;
}
.header {
font-weight: bold;
}
.durationInputs {
width: 20em;
}
}