mirror of https://github.com/Squidex/squidex.git
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.
34 lines
512 B
34 lines
512 B
@import '_vars';
|
|
@import '_mixins';
|
|
|
|
.field-list {
|
|
& {
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
padding: $panel-padding;
|
|
padding-top: 1rem;
|
|
}
|
|
|
|
&-assigned {
|
|
@include absolute(0, 50%, 0, 0);
|
|
border-right: 1px solid $color-border;
|
|
}
|
|
|
|
&-available {
|
|
@include absolute(0, 0, 0, 50%);
|
|
}
|
|
}
|
|
|
|
.cdk-drop-list-dragging {
|
|
.empty-hint {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.drag-handle {
|
|
margin-right: 1rem;
|
|
}
|
|
|
|
label {
|
|
margin-bottom: 1rem;
|
|
}
|