@camunda/form-playground
Version:
Camunda Form Playground.
1,779 lines (1,535 loc) • 64.7 kB
CSS
.fjs-editor-container {
--color-children-selected-border: var(--cds-border-interactive, var(--color-blue-219-100-53));
--color-children-selected-background: transparent;
--color-children-hover-border: var(--cds-border-interactive, var(--color-blue-219-100-53-05));
--color-context-pad-item-background: transparent;
--color-context-pad-item-fill: var(--cds-icon-secondary, var(--color-grey-225-10-15));
--color-context-pad-item-hover-fill: var(--color-red-360-100-45);
--color-resize-handle-background: var(--cds-border-interactive, var(--color-blue-219-100-53));
--color-resize-handle-border: var(--cds-border-interactive, var(--color-blue-219-100-53));
--color-dragula-background: var(--cds-highlight, var(--color-blue-205-100-95));
--color-dragula-border: var(--cds-border-interactive, var(--color-blue-205-100-45));
--color-dragula-mirror-background: var(--cds-background, var(--color-white));
--color-dragula-mirror-border: var(--cds-border-strong, var(--cds-border-strong-01, var(--color-grey-225-10-90)));
--color-dragula-error-background: var(--color-red-360-100-92);
--color-dragula-error-border: var(--cds-text-error, var(--color-red-360-100-45));
}
.fjs-palette-container {
--color-palette-text: var(--cds-text-primary, var(--color-grey-225-10-15));
--color-palette-container-background: var(--cds-background, var(--color-grey-225-10-95));
--color-palette-container-border: var(--cds-border-strong, var(--cds-border-strong-01, var(--color-grey-225-10-80)));
--color-palette-header: var(--cds-text-primary, var(--color-text));
--color-palette-header-background: var(--cds-background, var(--color-grey-225-10-95));
--color-palette-header-border: var(--cds-border-strong, var(--cds-border-strong-01, var(--color-grey-225-10-85)));
--color-palette-search: var(--color-palette-text);
--color-palette-search-icon: var(--cds-icon-secondary, var(--color-grey-225-10-35));
--color-palette-search-icon-hover: var(--cds-icon-primary, var(--color-grey-225-10-15));
--color-palette-search-background: var(--cds-field, var(--cds-field-01, var(--color-white)));
--color-palette-search-border: var(--cds-border-strong, var(--cds-border-strong-01, var(--color-grey-225-10-75)));
--color-palette-search-focus-background: var(--cds-field, var(--cds-field-01, var(--color-blue-205-100-95)));
--color-palette-search-focus-border: var(--cds-focus, var(--color-blue-205-100-50));
--color-palette-search-clear-focus-border: var(--cds-focus, var(--color-grey-225-10-50));
--color-palette-group-title: var(--color-palette-text);
--color-palette-field: var(--color-palette-text);
--color-palette-field-background: var(--cds-layer, var(--cds-layer-01, var(--color-white)));
--color-palette-field-border: var(--cds-border-subtle, var(--cds-border-subtle-01, var(--color-grey-225-10-93)));
--color-palette-field-focus: var(--cds-border-interactive, var(--color-blue-205-100-45));
--color-palette-field-hover-background: var(--cds-background-hover, var(--color-grey-225-10-90));
--color-palette-field-hover-border: var(
--cds-border-strong,
var(--cds-border-strong-01, var(--color-grey-225-10-55))
);
--cursor-palette-field: grab;
--palette-width: 270px;
}
.fjs-properties-container {
--color-properties-container-background: var(--cds-background, var(--color-white));
--color-properties-container-border: var(
--cds-border-strong,
var(--cds-border-strong-01, var(--color-grey-225-10-80))
);
--properties-panel-width: 300px;
}
/**
* Theming overrides
*/
.fjs-properties-container .bio-properties-panel {
--text-base-color: var(--cds-text-primary, var(--color-grey-225-10-15));
--text-error-color: var(--cds-text-color, var(--color-red-360-100-45));
--link-color: var(--cds-text-primary, var(--color-blue-205-100-50));
--description-color: var(--cds-text-secondary, var(--color-grey-225-10-35));
--description-code-background-color: var(--cds-layer, var(--cds-layer-01, var(--color-grey-225-10-97)));
--description-code-border-color: var(--cds-border-strong, var(--cds-border-strong-01, var(--color-grey-225-10-85)));
--description-list-item-color: var(--cds-text-secondary, var(--color-grey-225-10-35));
--placeholder-color: var(--cds-text-placeholder, var(--color-grey-225-10-35));
--placeholder-background-color: var(--cds-layer, var(--cds-layer-01, var(--color-grey-225-10-95)));
--header-background-color: var(--cds-layer, var(--cds-layer-01, var(--color-grey-225-10-95)));
--header-icon-fill-color: var(--cds-icon-primary, var(--color-grey-225-10-15));
--header-bottom-border-color: var(--color-grey-225-10-75);
--group-background-color: var(--cds-background, var(--color-white));
--group-bottom-border-color: var(--cds-border-strong, var(--cds-border-strong-01, var(--color-grey-225-10-75)));
--sticky-group-background-color: var(--cds-layer, var(--cds-layer-01, var(--color-grey-225-10-95)));
--sticky-group-bottom-border-color: var(
--cds-border-strong,
var(--cds-border-strong-01, var(--color-grey-225-10-75))
);
--add-entry-fill-color: var(--cds-icon-secondary, var(--color-grey-225-10-35));
--add-entry-hover-fill-color: var(--cds-icon-inverse, var(--color-white));
--add-entry-hover-background-color: var(--cds-interactive, var(--color-blue-205-100-50));
--add-entry-label-color: var(--cds-text-inverse, var(--color-white));
--remove-entry-fill-color: var(--color-red-360-100-45);
--remove-entry-hover-background-color: var(--color-red-360-100-92);
--arrow-fill-color: var(--cds-icon-secondary, var(--color-grey-225-10-35));
--arrow-hover-background-color: var(--cds-layer, var(--cds-layer-01, var(--color-grey-225-10-95)));
--dot-color: var(--cds-text-secondary, var(--color-grey-225-10-35));
--list-badge-color: var(--cds-text-inverse, var(--color-white));
--list-badge-background-color: var(--cds-background-inverse, var(--color-grey-225-10-35));
--input-background-color: var(--cds-field, var(--cds-field-01, var(--color-grey-225-10-97)));
--input-border-color: var(--cds-border-strong, var(--cds-border-strong-01, var(--color-grey-225-10-75)));
--input-focus-background-color: var(--cds-field, var(--cds-field-01, var(--color-blue-205-100-95)));
--input-focus-border-color: var(--cds-focus, var(--color-blue-205-100-50));
--input-error-background-color: var(--cds-field, var(--cds-field-01, var(--color-red-360-100-97)));
--input-error-border-color: var(--cds-text-error, var(--color-red-360-100-45));
--input-error-focus-border-color: var(--cds-text-error, var(--color-red-360-100-45));
--input-disabled-color: var(--cds-text-disabled, var(--color-grey-225-10-55));
--input-disabled-background-color: var(--cds-field, var(--cds-field-01, var(--color-grey-225-10-97)));
--input-disabled-border-color: var(--cds-border-disabled, var(--color-grey-225-10-90));
--toggle-switch-on-background-color: var(--cds-interactive, var(--color-blue-205-100-50));
--toggle-switch-off-background-color: var(--cds-toggle-off, var(--color-grey-225-10-75));
--toggle-switch-switcher-background-color: var(--cds-background, var(--color-white));
--side-line-background-color: var(--cds-text-secondary, var(--color-grey-225-10-35));
--side-line-extension-background-color: var(--cds-text-secondary, (--color-grey-225-10-35));
--list-entry-dot-background-color: var(--cds-background-inverse, var(--color-grey-225-10-35));
--list-entry-header-button-fill-color: var(--cds-background-inverse, var(--color-grey-225-10-35));
--list-entry-add-entry-empty-background-color: var(--cds-interactive, var(--color-blue-205-100-50));
--list-entry-add-entry-empty-hover-background-color: var(--cds-interactive, var(--color-blue-205-100-45));
--list-entry-add-entry-label-color: var(--cds-text-inverse, var(--color-white));
--list-entry-add-entry-background-color: var(--cds-interactive, var(--color-blue-205-100-50));
--list-entry-add-entry-fill-color: var(--cds-icon-inverse, var(--color-white));
--feel-background-color: transparent;
--feel-active-color: var(--cds-interactive, var(--color-blue-205-100-45));
--feel-inactive-color: var(--cds-icon-secondary, var(--color-grey-225-10-35));
--feel-hover-color: var(--cds-icon-primary, var(--color-grey-225-10-15));
--feel-hover-background-color: var(--cds-layer-02, var(--color-grey-225-10-97));
--feel-active-background-color: transparent;
--feel-required-color: var(--cds-icon-disabled, var(--color-grey-225-10-55));
--feel-indicator-background-color: var(--cds-background-hover, var(--color-grey-225-10-90));
}
.fjs-properties-container .bio-properties-panel-input {
color: var(--color-text);
}
.fjs-editor-container {
height: 100%;
width: 100%;
display: flex;
}
.fjs-editor-container .fjs-form-editor {
display: flex;
flex: 1;
flex-direction: row;
}
.fjs-editor-container .fjs-form-container {
overflow-y: auto;
position: relative;
}
.fjs-editor-container .fjs-render-injector-container {
width: 0;
height: 0;
display: none;
overflow: hidden;
}
.fjs-editor-container .fjs-form-container,
.fjs-editor-container .fjs-form {
display: flex;
flex-direction: column;
flex: 1;
}
.fjs-editor-container .fjs-form > .fjs-element {
flex-grow: 1;
}
.fjs-editor-container .fjs-children .fjs-children {
margin: 3px 0;
}
.fjs-editor-container .fjs-children .fjs-element {
position: relative;
border: solid 2px transparent;
outline: none;
}
.fjs-editor-container .fjs-form > .fjs-element {
border: none;
outline: none;
}
.fjs-editor-container .fjs-form-field:not(.fjs-powered-by) {
margin: 1px 6px;
}
.fjs-editor-container .fjs-children .fjs-element.fjs-outlined {
border-color: var(--color-borders-group);
}
.fjs-editor-container .fjs-children .fjs-element.fjs-dashed-outlined {
border-color: var(--color-borders-group);
border-style: dashed;
}
.fjs-editor-container .fjs-children .fjs-element.fjs-editor-selected {
border-color: var(--color-children-selected-border) !important;
background-color: var(--color-children-selected-background);
border-style: solid;
}
.fjs-editor-container .fjs-children .fjs-element:hover.fjs-editor-hovered,
.fjs-editor-container .fjs-children .fjs-element:focus {
border-color: var(--color-children-hover-border);
border-style: solid;
}
.fjs-editor-container .fjs-layout-column:first-child > .fjs-element[data-field-type=group],
.fjs-editor-container .fjs-layout-column:first-child > .fjs-element[data-field-type=dynamiclist] {
margin-left: -6px;
}
.fjs-editor-container .fjs-layout-column:last-child > .fjs-element[data-field-type=group],
.fjs-editor-container .fjs-layout-column:last-child > .fjs-element[data-field-type=dynamiclist] {
margin-right: -6px;
}
.fjs-editor-container .fjs-form-field-grouplike,
.fjs-editor-container .fjs-form-field-grouplike .fjs-form-field-grouplike .fjs-form-field-grouplike {
margin: 1px 6px;
padding: 0px;
}
.fjs-editor-container .fjs-form-field-grouplike.fjs-outlined {
outline: none;
}
.fjs-editor-container .fjs-form-field-grouplike .cds--grid {
padding: 0 2rem;
}
.fjs-editor-container .fjs-form-field-grouplike > label {
margin-top: 6px;
}
.fjs-editor-container .fjs-input:disabled,
.fjs-editor-container .fjs-textarea:disabled,
.fjs-editor-container .fjs-taglist-input:disabled,
.fjs-editor-container .fjs-button:disabled,
.fjs-editor-container .fjs-select:disabled {
pointer-events: none;
}
.fjs-editor-container .fjs-readonly {
pointer-events: none;
}
.fjs-editor-container .fjs-drag-container,
.fjs-editor-container .fjs-drop-container-vertical {
user-select: none;
}
.fjs-editor-container .fjs-empty-component {
display: flex;
justify-content: center;
align-items: center;
height: 80px;
width: calc(100% - 4rem);
position: absolute;
container-type: size;
}
.fjs-editor-container .fjs-empty-component .fjs-empty-component-text {
color: var(--cds-text-disabled, var(--color-grey-225-10-55));
}
@container (width < 100px) {
.fjs-empty-component-text {
display: none;
}
}
.fjs-editor-container .fjs-empty-editor {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.fjs-cursor-grabbing .fjs-editor-container .fjs-empty-editor {
display: none;
}
.fjs-editor-container .fjs-empty-editor .fjs-empty-editor-card {
display: flex;
flex-direction: column;
padding: 20px;
}
.fjs-editor-container .fjs-drop-container-horizontal {
width: 100%;
}
.fjs-editor-container .fjs-layout-row {
padding: 4px 0px;
}
.fjs-editor-container .fjs-drag-row-move {
display: flex;
width: 100%;
padding: 3px 0px;
position: relative;
}
.fjs-editor-container .fjs-row-dragger {
z-index: 2;
position: absolute;
top: 25%;
height: 50%;
left: -33px;
width: 23px;
padding-right: 7px;
cursor: grab;
display: flex;
justify-content: center;
align-items: center;
}
.fjs-editor-container .fjs-row-dragger svg {
visibility: hidden;
}
.fjs-editor-container .fjs-row-dragger:hover svg,
.fjs-editor-container .fjs-drag-row-move:hover > .fjs-row-dragger svg {
visibility: visible;
}
.fjs-editor-container .fjs-drag-move {
padding: 0 3px;
}
.fjs-editor-container .fjs-field-resize-handle {
resize: horizontal;
position: absolute;
visibility: hidden;
width: 6px;
top: 0;
bottom: 0;
margin: auto;
height: 50px;
max-height: calc(100% - 2px);
border: 1px solid var(--color-resize-handle-border);
border-radius: 50px;
background: var(--color-white);
z-index: 3;
}
.fjs-editor-container .fjs-field-resize-handle-right {
right: -4px;
cursor: ew-resize;
}
.fjs-editor-container .fjs-field-resize-handle-left {
left: -4px;
cursor: ew-resize;
}
.fjs-editor-container .fjs-element-resizing-right .fjs-field-resize-handle-right,
.fjs-editor-container .fjs-element-resizing-left .fjs-field-resize-handle-left,
.fjs-editor-container .fjs-field-resize-handle:hover {
background: var(--color-resize-handle-background);
}
.fjs-editor-container .fjs-element-resizing-right .fjs-context-pad,
.fjs-editor-container .fjs-element-resizing-left .fjs-context-pad {
display: none;
}
.fjs-editor-container .fjs-children .fjs-editor-selected > .fjs-field-resize-handle {
visibility: visible;
}
.fjs-resize-drag-preview {
width: 1px;
height: 1px;
position: absolute;
top: 0;
}
.fjs-editor-container .fjs-repeat-render-footer {
font-size: var(--font-size-label);
background: var(--cds-field, var(--color-background-disabled));
color: var(--color-text-light);
padding: 3px;
display: flex;
align-items: center;
justify-content: center;
margin: 0px 5px 3px 5px;
}
.fjs-editor-container .fjs-repeat-render-footer svg {
margin-right: 4px;
}
/* do not show resize handles on small screens */
@media (max-width: 66rem) {
.fjs-editor-container .fjs-children .fjs-editor-selected .fjs-field-resize-handle {
display: none !important;
}
}
/**
* Cursor styles
*/
.fjs-cursor-grab {
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: grab;
}
.fjs-cursor-grabbing {
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: grabbing;
}
.fjs-cursor-crosshair {
cursor: crosshair;
}
.fjs-cursor-move {
cursor: move;
}
.fjs-cursor-not-allowed {
cursor: not-allowed;
}
/**
* Context Pad
*/
.fjs-editor-container .fjs-context-pad {
z-index: 2;
position: absolute;
top: 0;
right: 5px;
}
.fjs-editor-container .fjs-context-pad-item {
border: none;
background-color: var(--color-context-pad-item-background);
padding: 0;
width: 24px;
height: 24px;
color: var(--color-context-pad-item-fill);
display: flex;
justify-content: center;
align-items: center;
}
.fjs-editor-container .fjs-context-pad-item:hover {
color: var(--color-context-pad-item-hover-fill);
}
.fjs-editor-container .fjs-context-pad-item:focus-visible {
outline: 2px solid var(--color-children-selected-border);
border-radius: 2px;
}
/**
* Palette
*/
.fjs-editor-container .fjs-palette-container {
height: 100%;
}
.fjs-palette-container {
width: var(--palette-width);
background-color: var(--color-palette-container-background);
border-right: solid 1px var(--color-palette-container-border);
font-family: var(--font-family);
}
.fjs-palette-container .fjs-palette {
height: 100%;
display: flex;
flex-direction: column;
flex: 1;
}
.fjs-palette-container .fjs-palette-header {
font-size: 14px;
font-weight: bold;
color: var(--color-palette-header);
padding: 10px 15px;
border-bottom: solid 1px var(--color-palette-header-border);
background: var(--color-palette-header-background);
user-select: none;
}
.fjs-palette-container .fjs-palette-footer {
display: flex;
flex-direction: column;
align-items: center;
}
.fjs-palette-container .fjs-palette-footer .fjs-palette-footer-fill {
padding: 10px;
width: 100%;
}
.fjs-palette-container .fjs-palette-search-container {
display: flex;
flex-direction: row;
padding: 4px;
margin: 12px;
color: var(--color-palette-search);
border: 1px solid var(--color-palette-search-border);
background-color: var(--color-palette-search-background);
border-radius: 2px;
font-size: 14px;
}
.fjs-palette-container .fjs-palette-search-container:focus-within {
outline: none;
background-color: var(--color-palette-search-focus-background);
border: 1px solid var(--color-palette-search-focus-border);
}
.fjs-palette-container .fjs-palette-search-icon {
margin-right: 6px;
display: flex;
align-items: center;
justify-content: center;
color: var(--color-palette-search-icon);
}
.fjs-palette-container .fjs-palette-search {
background-color: inherit;
font-family: inherit;
margin: 0;
border: none;
padding: 0;
color: var(--color-palette-text);
}
.fjs-palette-container .fjs-palette-search:focus {
outline: none;
}
.fjs-palette-container .fjs-palette-search-clear {
display: flex;
justify-content: center;
align-items: center;
border: none;
margin-left: auto;
padding: 0;
background: transparent;
color: var(--color-palette-search-icon);
}
.fjs-palette-container .fjs-palette-search-clear svg {
margin: 0;
}
.fjs-palette-container .fjs-palette-search-clear:hover {
color: var(--color-palette-search-icon-hover);
}
.fjs-palette-container .fjs-palette-entries {
display: flex;
flex-direction: column;
overflow-x: hidden;
overflow-y: auto;
gap: 20px;
padding-bottom: 20px;
}
.fjs-palette-container .fjs-palette-group {
display: flex;
flex-direction: column;
width: 236px;
margin: auto;
}
.fjs-palette-container .fjs-palette-group-title {
font-size: 14px;
font-weight: 500;
margin-bottom: 4px;
color: var(--color-palette-group-title);
user-select: none;
}
.fjs-palette-container .fjs-palette-fields {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.fjs-palette-field {
height: 72px;
display: flex;
flex-direction: column;
justify-content: center;
font-size: 11px;
align-items: center;
border: none;
font-family: inherit;
user-select: none;
color: var(--color-palette-field);
background-color: var(--color-palette-field-background);
outline: solid 1px var(--color-palette-field-border);
outline-offset: 0px;
transition: all ease-in-out 0.05s;
}
.fjs-palette-container .fjs-palette-field {
width: 72px;
}
.fjs-palette-container .fjs-palette-field:focus {
outline: solid 1px var(--color-palette-field-focus);
}
.fjs-palette-field .fjs-palette-field-icon,
.fjs-palette-field .fjs-field-icon-image {
margin: 0 auto;
}
.fjs-palette-field .fjs-palette-field-text {
text-align: center;
width: inherit;
}
.fjs-palette-container .fjs-palette-field:hover {
outline: solid 1px var(--color-palette-field-hover-border);
cursor: var(--cursor-palette-field);
}
.fjs-palette-container .fjs-palette-no-entries {
padding: 5px 15px;
font-size: 14px;
color: var(--color-palette-text);
}
/**
* JSON Editors
*/
.fjs-json-editor .cm-editor {
font-size: var(--font-size-label);
line-height: var(--line-height-label);
letter-spacing: var(--letter-spacing-label);
}
.fjs-json-editor .cm-placeholder {
color: var(--cds-text-placeholder, var(--color-grey-225-10-35));
}
.fjs-json-editor .cm-placeholder > :first-child {
margin-top: 0;
}
.fjs-json-editor.fjs-cm-no-lint .cm-lint-marker,
.fjs-json-editor.fjs-cm-no-lint .cm-lintPoint-error {
display: none;
}
.fjs-json-editor.fjs-cm-no-lint .cm-activeLine,
.fjs-json-editor.fjs-cm-no-lint .cm-activeLineGutter {
background: none;
}
/**
* Properties Panel
*/
.fjs-editor-container .fjs-properties-container {
height: 100%;
}
.fjs-properties-container {
background-color: var(--color-properties-container-background);
width: var(--properties-panel-width);
border-left: solid 1px var(--color-properties-container-border);
color: var(--color-text);
}
.fjs-properties-container .fjs-properties-panel {
height: 100%;
}
.fjs-properties-container .fjs-properties-panel * {
box-sizing: border-box;
}
.fjs-properties-container .fjs-properties-panel .bio-properties-panel-header-icon svg {
transform: scale(1.3);
}
.fjs-properties-container .fjs-properties-panel .fjs-properties-panel-detached-description {
margin: 0px 12px 6px;
}
.fjs-properties-container .fjs-properties-panel .cm-editor {
max-height: 400px;
}
/**
* Editor Form Fields
*/
.fjs-editor-container .fjs-form-field-placeholder {
color: var(--color-text-light);
font-style: italic;
}
.fjs-editor-container .fjs-form-field-placeholder svg {
width: 32px;
height: 32px;
vertical-align: middle;
margin-top: -2px;
margin-right: 2px;
}
.fjs-editor-container .fjs-form-field-spacer {
min-height: 30px;
background: repeating-linear-gradient(45deg, #ffffff, #ffffff 10px, #f5f5f5 10px, #f5f5f5 20px);
}
.fjs-editor-container .fjs-form-field-html,
.fjs-editor-container .fjs-form-field-text {
min-height: 30px;
}
.fjs-editor-container .fjs-form-field-separator hr {
margin: 10px 2px;
}
/**
* Custom Dragula Styles
*/
.gu-transit {
background: var(--color-dragula-background) !important;
border: dashed 2px var(--color-dragula-border) !important;
border-radius: 3px !important;
filter: none !important;
height: 70px !important;
opacity: 1 !important;
/* mitigate for additional border in row */
flex-grow: 0.98 !important;
margin: 0 !important;
}
/* row drop preview */
.fjs-children > .gu-transit {
height: 28px !important;
width: 100% !important;
flex: unset !important;
}
/* error drop preview */
.fjs-error-drop > .gu-transit {
height: 100% !important;
background: var(--color-dragula-error-background) !important;
border: none !important;
width: 6px !important;
flex: none !important;
padding: 0 !important;
border-radius: 5px !important;
}
.fjs-error-drop.cds--row {
flex-wrap: nowrap !important;
}
.gu-transit * {
display: none !important;
}
.gu-mirror {
background-color: var(--color-dragula-mirror-background) !important;
border: solid 1px var(--color-dragula-mirror-border) !important;
border-radius: 5px !important;
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15) !important;
display: flex !important;
filter: none !important;
flex-direction: row !important;
justify-content: center !important;
align-items: center !important;
opacity: 0.5 !important;
padding: 0 !important;
pointer-events: none !important;
height: 54px !important;
}
.fjs-field-preview {
margin: 5px 0;
display: flex;
flex-direction: column;
justify-content: center;
font-size: 11px;
user-select: none;
color: var(--color-text);
background: var(--color-white);
}
.fjs-field-preview .fjs-field-preview-icon {
margin: 0 auto;
}
.fjs-field-preview .fjs-field-preview-text {
text-align: center;
}
.gu-mirror.fjs-field-preview-container {
transform: rotate(-15deg);
font-family: var(--font-family);
width: 68px !important;
height: 68px !important;
}
.gu-mirror.fjs-drag-row-move {
padding: 4px 12px !important;
height: fit-content !important;
opacity: 0.8 !important;
max-height: 120px !important;
overflow: hidden !important;
align-items: start !important;
}
.gu-mirror.fjs-drag-row-move .cds--row {
flex-wrap: nowrap !important;
}
.gu-mirror {
position: fixed !important;
margin: 0 !important;
z-index: 9999 !important;
opacity: 0.8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
}
.gu-hide {
display: none !important;
}
.gu-unselectable {
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
}
.gu-transit {
opacity: 0.2;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
filter: alpha(opacity=20);
}
/**
* Theming
*/
.bio-properties-panel,
.djs-parent {
--color-grey-225-10-15: hsl(225, 10%, 15%);
--color-grey-225-10-35: hsl(225, 10%, 35%);
--color-grey-225-10-55: hsl(225, 10%, 55%);
--color-grey-225-10-75: hsl(225, 10%, 75%);
--color-grey-225-10-80: hsl(225, 10%, 80%);
--color-grey-225-10-85: hsl(225, 10%, 85%);
--color-grey-225-10-90: hsl(225, 10%, 90%);
--color-grey-225-10-95: hsl(225, 10%, 95%);
--color-grey-225-10-97: hsl(225, 10%, 97%);
--color-grey-0-0-22: hsl(0, 0%, 22%);
--color-blue-205-100-35: hsl(205, 100%, 35%);
--color-blue-205-100-40: hsl(205, 100%, 40%);
--color-green-150-86-44: hsl(150, 86%, 44%);
--color-blue-205-100-45: hsl(205, 100%, 45%);
--color-blue-205-100-50: hsl(205, 100%, 50%);
--color-blue-219-99-53: hsl(219, 99%, 53%);
--color-blue-218-100-74: hsl(218, 100%, 74%);
--color-blue-205-100-85: hsl(205, 100%, 85%);
--color-blue-205-100-95: hsl(205, 100%, 95%);
--color-red-360-100-40: hsl(360, 100%, 40%);
--color-red-360-100-45: hsl(360, 100%, 45%);
--color-red-360-100-92: hsl(360, 100%, 92%);
--color-red-360-100-97: hsl(360, 100%, 97%);
--color-white: white;
--color-black: black;
--color-transparent: transparent;
}
.bio-properties-panel {
--text-base-color: var(--color-grey-225-10-15);
--text-error-color: var(--color-red-360-100-45);
--link-color: var(--color-blue-205-100-50);
--description-color: var(--color-grey-225-10-35);
--description-code-background-color: var(--color-grey-225-10-97);
--description-code-border-color: var(--color-grey-225-10-85);
--description-list-item-color: var(--color-grey-225-10-35);
--placeholder-color: var(--color-grey-225-10-35);
--placeholder-background-color: var(--color-grey-225-10-95);
--header-background-color: var(--color-grey-225-10-95);
--header-icon-fill-color: var(--color-grey-225-10-15);
--header-bottom-border-color: var(--color-grey-225-10-75);
--group-background-color: var(--color-white);
--group-bottom-border-color: var(--color-grey-225-10-75);
--sticky-group-background-color: var(--color-grey-225-10-95);
--sticky-group-bottom-border-color: var(--color-grey-225-10-75);
--add-entry-fill-color: var(--color-grey-225-10-35);
--add-entry-hover-fill-color: var(--color-white);
--add-entry-hover-background-color: var(--color-blue-205-100-50);
--add-entry-label-color: var(--color-white);
--remove-entry-fill-color: var(--color-red-360-100-45);
--remove-entry-hover-background-color: var(--color-red-360-100-92);
--arrow-fill-color: var(--color-grey-225-10-35);
--arrow-hover-background-color: var(--color-grey-225-10-95);
--dot-color: var(--color-grey-225-10-35);
--dot-color-error: var(--color-red-360-100-45);
--list-badge-color: var(--color-white);
--list-badge-background-color: var(--color-grey-225-10-35);
--input-background-color: var(--color-grey-225-10-97);
--input-border-color: var(--color-grey-225-10-75);
--input-focus-background-color: var(--color-blue-205-100-95);
--input-focus-border-color: var(--color-blue-205-100-50);
--focus-outline-color: var(--color-blue-205-100-40);
--input-error-background-color: var(--color-red-360-100-97);
--input-error-border-color: var(--color-red-360-100-45);
--input-error-focus-border-color: var(--color-red-360-100-45);
--input-disabled-color: var(--color-grey-225-10-55);
--input-disabled-background-color: var(--color-grey-225-10-97);
--input-disabled-border-color: var(--color-grey-225-10-90);
--toggle-switch-on-background-color: var(--color-blue-205-100-50);
--toggle-switch-off-background-color: var(--color-grey-225-10-75);
--toggle-switch-switcher-background-color: var(--color-white);
--side-line-background-color: var(--color-grey-225-10-35);
--side-line-extension-background-color: var(--color-grey-225-10-35);
--list-entry-dot-background-color: var(--color-grey-225-10-35);
--list-entry-header-button-fill-color: var(--color-grey-225-10-35);
--list-entry-add-entry-empty-background-color: var(--color-blue-205-100-50);
--list-entry-add-entry-empty-hover-background-color: var(--color-blue-205-100-45);
--list-entry-add-entry-label-color: var(--color-white);
--list-entry-add-entry-background-color: var(--color-blue-205-100-50);
--list-entry-add-entry-fill-color: var(--color-white);
--dropdown-item-background-color: var(--color-white);
--dropdown-item-hover-background-color: var(--color-grey-225-10-95);
--dropdown-separator-background-color: var(--color-grey-225-10-75);
--feel-background-color: transparent;
--feel-active-color: var(--color-blue-205-100-45);
--feel-inactive-color: var(--color-grey-225-10-35);
--feel-hover-color: var(--color-grey-225-10-15);
--feel-hover-background-color: var(--color-grey-225-10-97);
--feel-active-background-color: transparent;
--feel-required-color: var(--color-grey-225-10-55);
--feel-open-popup-color: hsla(0, 0%, 32%, 1);
--feel-open-popup-background-color: var(--color-white);
--feel-open-popup-hover-color: hsla(219, 99%, 53%, 1);
--feel-indicator-background-color: var(--color-grey-225-10-90);
--feelers-select-color: var(--color-blue-205-100-85);
--text-size-base: 14px;
--text-size-small: 13px;
--text-size-smallest: 12px;
--text-line-height: 21px;
--line-height-condensed: 17px;
--font-family: sans-serif;
--font-family-monospace: monospace;
display: flex;
flex-direction: column;
flex: 1;
position: relative;
height: 100%;
width: 100%;
overflow: hidden;
}
.bio-properties-panel {
color: var(--text-base-color);
}
.bio-properties-panel * {
font-size: var(--text-size-base);
line-height: var(--text-line-height);
font-weight: 400;
box-sizing: border-box;
}
.bio-properties-panel {
font-family: var(--font-family);
}
/**
* Placeholder (empty, multi select, ...)
*/
.bio-properties-panel-placeholder {
position: absolute;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: var(--placeholder-background-color);
}
.bio-properties-panel-placeholder-text {
color: var(--placeholder-color);
font-size: var(--text-size-base);
text-align: center;
margin: 12px 48px;
}
/**
* Header
*/
.bio-properties-panel-header {
display: flex;
flex-direction: row;
align-items: center;
font-size: var(--text-size-base);
padding: 16px 10px;
background-color: var(--header-background-color);
border-bottom: 1px solid var(--header-bottom-border-color);
width: 100%;
z-index: 10;
max-height: 64px;
overflow: hidden;
}
.bio-properties-panel-header-icon {
fill: var(--header-icon-fill-color);
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
width: 32px;
height: 32px;
}
.bio-properties-panel-header-labels {
overflow: hidden;
margin-left: 12px;
user-select: none;
}
.bio-properties-panel-header-type {
font-size: var(--text-size-smallest);
font-weight: 600;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
text-transform: uppercase;
}
.bio-properties-panel-header-label {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
margin-top: -6px;
}
.bio-properties-panel-header-actions {
margin-left: auto;
margin-top: auto;
}
/**
* Scroll container
*/
.bio-properties-panel-scroll-container {
overflow-y: auto;
overflow-x: hidden;
flex: 1;
}
/**
* Groups
*/
.bio-properties-panel-group {
background-color: var(--group-background-color);
border-bottom: 1px solid var(--group-bottom-border-color);
position: relative;
}
.bio-properties-panel-group-header {
display: flex;
flex-direction: row;
align-items: center;
font-size: var(--text-size-base);
height: 32px;
user-select: none;
justify-content: space-between;
margin-bottom: -1px; /* avoid double borders */
position: relative; /* browsers not supporting sticky */
position: -webkit-sticky; /* for safari */
position: sticky;
top: 0;
z-index: 10;
}
.bio-properties-panel-group-header .bio-properties-panel-group-header-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin: 1px 12px 0;
}
.bio-properties-panel-group-header.open .bio-properties-panel-group-header-title {
font-weight: 500;
}
.bio-properties-panel-group-header.sticky {
background-color: var(--sticky-group-background-color);
border-bottom: 1px solid var(--sticky-group-bottom-border-color);
}
.bio-properties-panel-group-header-buttons {
display: flex;
}
.bio-properties-panel-group-header-button {
display: inline-flex;
justify-content: center;
align-items: center;
align-self: center;
height: 22px;
line-height: 22px;
min-width: 22px;
margin: 5px;
padding: 0 3px;
border: none;
background: none;
}
.bio-properties-panel-group-header-button:focus {
outline-offset: 2px;
outline-color: var(--focus-outline-color);
}
.bio-properties-panel-group-header-buttons .bio-properties-panel-group-header-buttons:last-child {
margin-right: 0;
}
.bio-properties-panel-add-entry {
fill: var(--add-entry-fill-color);
border-radius: 11px;
}
.bio-properties-panel-group-header.empty .bio-properties-panel-add-entry {
margin-right: 69px;
}
.bio-properties-panel-group-header.empty .bio-properties-panel-add-entry:hover {
margin-right: 19px;
}
.bio-properties-panel-group-header.empty .bio-properties-panel-add-entry-label {
display: none;
color: var(--add-entry-label-color);
padding: 0 6px 0 2px;
}
.bio-properties-panel-group-header-button.bio-properties-panel-add-entry:hover {
background-color: var(--add-entry-hover-background-color);
fill: var(--add-entry-hover-fill-color);
}
.bio-properties-panel-group-header-button.bio-properties-panel-add-entry:hover .bio-properties-panel-add-entry-label {
display: block;
}
.bio-properties-panel-group-entries {
display: none;
}
.bio-properties-panel-group-entries.open {
display: block;
}
.bio-properties-panel-arrow {
display: flex;
justify-content: center;
text-align: center;
fill: var(--arrow-fill-color);
min-width: 22px;
border-radius: 11px;
border: none;
background: none;
}
.bio-properties-panel-arrow:hover {
background-color: var(--arrow-hover-background-color);
}
.bio-properties-panel-arrow-down {
transform: rotate(90deg);
}
.bio-properties-panel-dot {
align-self: center;
height: 8px;
min-width: 8px;
border-radius: 50%;
margin: 12px;
background-color: var(--dot-color);
}
.bio-properties-panel-dot--error {
--dot-color: var(--dot-color-error);
}
/**
* Lists
*/
.bio-properties-panel-list {
display: none;
}
.bio-properties-panel-list.open {
display: block;
margin-bottom: 6px;
padding-bottom: 2px;
}
.bio-properties-panel-list-badge {
height: 22px;
min-width: 22px;
color: var(--list-badge-color);
border-radius: 11px;
font-size: var(--text-size-small);
line-height: 22px;
text-align: center;
user-select: none;
padding: 0 5px;
margin: 5px;
background-color: var(--list-badge-background-color);
}
.bio-properties-panel-list-badge--error {
--list-badge-background-color: var(--dot-color-error);
}
/**
* Basic entries
*/
.bio-properties-panel-entry {
margin: 2px 32px 6px 12px;
}
.bio-properties-panel-entry:last-child {
padding-bottom: 10px;
}
.bio-properties-panel-label {
display: block;
font-size: var(--text-size-small);
margin: 2px 0 1px;
}
.bio-properties-panel-description,
.bio-properties-panel-description p,
.bio-properties-panel-description span,
.bio-properties-panel-description div {
color: var(--description-color);
display: block;
margin: 2px 0 4px;
line-height: var(--line-height-condensed);
font-weight: 400;
font-size: var(--text-size-small);
}
.bio-properties-panel-description code {
color: var(--description-color);
font-family: var(--font-family);
font-size: var(--text-size-small);
line-height: var(--line-height-condensed);
padding: 0 2px;
background-color: var(--description-code-background-color);
border: 1px solid var(--description-code-border-color);
border-radius: 3px;
}
.bio-properties-panel-description pre code {
width: 100%;
display: block;
overflow-x: auto;
padding: 4px 6px;
font-family: var(--font-family-monospace);
}
.bio-properties-panel-description ul {
padding: 0;
margin: 0 0 0 12px;
list-style-type: disc;
}
.bio-properties-panel-description li {
color: var(--description-list-item-color);
margin: 0 0 0 12px;
}
.bio-properties-panel-description a {
color: var(--link-color);
font-size: var(--text-size-small);
text-decoration: underline;
}
.bio-properties-panel-feelers-editor.bio-properties-panel-input {
padding: 0;
}
.bio-properties-panel-feelers-input .cm-editor {
min-height: 32px;
max-height: 215px;
background-color: transparent;
}
.bio-properties-panel-feelers-editor .cm-editor.cm-focused,
.bio-properties-panel-feelers-input .cm-editor.cm-focused {
outline: none;
}
.bio-properties-panel-input {
padding: 3px 6px 2px;
border: 1px solid var(--input-border-color);
border-radius: 2px;
background-color: var(--input-background-color);
font-size: var(--text-size-base);
font-family: inherit;
}
.bio-properties-panel-input[type=number],
select.bio-properties-panel-input,
textarea.bio-properties-panel-input,
.bio-properties-panel-input[type=text] {
display: block;
width: 100%;
}
textarea.bio-properties-panel-input {
min-height: 28px;
}
.bio-properties-panel-input:focus,
.bio-properties-panel-input:focus-within {
outline: none;
background-color: var(--input-focus-background-color);
border: 1px solid var(--input-focus-border-color);
}
.bio-properties-panel-textfield:focus-within,
.bio-properties-panel-feel-entry:focus-within {
--input-background-color: var(--input-focus-background-color);
--input-border-color: var(--input-focus-border-color);
}
.bio-properties-panel-input:disabled {
border-color: var(--input-disabled-border-color);
background-color: var(--input-disabled-background-color);
color: var(--input-disabled-color);
}
select.bio-properties-panel-input {
padding: 4px 6px;
}
.bio-properties-panel-input-monospace {
font-family: var(--font-family-monospace);
}
.bio-properties-panel-input[type=checkbox], .bio-properties-panel-input[type=radio] {
margin: 0;
vertical-align: middle;
}
.bio-properties-panel-input[type=checkbox]:focus {
outline: auto;
outline-color: var(--focus-outline-color);
outline-offset: 2px;
}
.bio-properties-panel-checkbox > .bio-properties-panel-label {
display: inline-block;
font-size: var(--text-size-base);
margin-left: 6px;
margin-top: auto;
vertical-align: middle;
}
.bio-properties-panel-checkbox-entry + .bio-properties-panel-checkbox-entry {
margin-top: -8px;
}
.bio-properties-panel-checkbox-entry > .bio-properties-panel-description {
margin-left: 18px;
}
textarea.bio-properties-panel-input {
resize: vertical;
}
.bio-properties-panel-entry.has-error .bio-properties-panel-input,
.bio-properties-panel-entry.has-error .bio-properties-panel-feel-editor__open-popup-placeholder {
border-color: var(--input-error-border-color);
background-color: var(--input-error-background-color);
}
.bio-properties-panel-entry.has-error .bio-properties-panel-feel-indicator {
border-color: var(--input-error-border-color);
}
.bio-properties-panel-entry.has-error .bio-properties-panel-input:focus,
.bio-properties-panel-entry.has-error .bio-properties-panel-feel-indicator:focus {
border-color: var(--input-error-focus-border-color);
}
.bio-properties-panel-entry .bio-properties-panel-error {
color: var(--text-error-color);
margin: 4px 0;
font-size: var(--text-size-small);
}
.bio-properties-panel-simple {
width: 100%;
margin-right: 8px;
}
.bio-properties-panel-simple + .bio-properties-panel-remove-entry {
margin: auto;
}
/**
* Toggle Switch
*/
.bio-properties-panel-toggle-switch-entry + .bio-properties-panel-toggle-switch-entry {
margin-top: -8px;
}
.bio-properties-panel-toggle-switch-entry > .bio-properties-panel-description {
margin-left: 38px;
}
.bio-properties-panel-toggle-switch .bio-properties-panel-field-wrapper {
display: flex;
flex-direction: row;
align-items: center;
}
.bio-properties-panel-toggle-switch.inline {
display: flex;
flex-direction: row;
}
.bio-properties-panel-toggle-switch.inline .bio-properties-panel-field-wrapper {
margin-left: auto;
}
.bio-properties-panel-toggle-switch > .bio-properties-panel-label {
font-size: var(--text-size-base);
}
.bio-properties-panel-toggle-switch.inline > .bio-properties-panel-label {
font-size: var(--text-size-small);
}
.bio-properties-panel-toggle-switch .bio-properties-panel-toggle-switch__label {
margin: 0;
margin-left: 6px;
font-size: var(--text-size-base);
}
.bio-properties-panel-toggle-switch .bio-properties-panel-toggle-switch__switcher {
position: relative;
width: 32px;
height: 16px;
}
.bio-properties-panel-toggle-switch .bio-properties-panel-toggle-switch__switcher:focus-within {
outline: 2px solid var(--input-focus-border-color);
outline-offset: 1px;
}
.bio-properties-panel-toggle-switch .bio-properties-panel-toggle-switch__switcher input[type=checkbox] {
opacity: 0;
width: 0;
height: 0;
}
.bio-properties-panel-toggle-switch .bio-properties-panel-toggle-switch__switcher .bio-properties-panel-toggle-switch__slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: var(--toggle-switch-off-background-color);
-webkit-transition: 0.4s;
transition: 0.4s;
border-radius: 34px;
}
.bio-properties-panel-toggle-switch .bio-properties-panel-toggle-switch__switcher .bio-properties-panel-toggle-switch__slider:before {
position: absolute;
content: "";
height: 12px;
width: 12px;
left: 2px;
bottom: 2px;
background-color: var(--toggle-switch-switcher-background-color);
-webkit-transition: 0.4s;
transition: 0.4s;
border-radius: 50%;
}
.bio-properties-panel-toggle-switch .bio-properties-panel-toggle-switch__switcher input[type=checkbox]:checked + .bio-properties-panel-toggle-switch__slider {
background-color: var(--toggle-switch-on-background-color);
box-shadow: 0 0 1px;
}
.bio-properties-panel-toggle-switch .bio-properties-panel-toggle-switch__switcher input[type=checkbox]:checked + .bio-properties-panel-toggle-switch__slider:before {
-webkit-transform: translateX(16px);
-ms-transform: translateX(16px);
transform: translateX(16px);
}
/**
* Collapsible entries
*/
.bio-properties-panel-collapsible-entry-entries {
position: relative;
display: none;
}
.bio-properties-panel-collapsible-entry-entries .bio-properties-panel-entry:last-child {
padding-bottom: 0;
}
.bio-properties-panel-collapsible-entry-entries.open {
display: block;
}
.bio-properties-panel-collapsible-entry-entries {
padding-left: 20px;
margin-bottom: 10px;
position: relative;
display: none;
}
.bio-properties-panel-collapsible-entry-header {
position: relative;
display: flex;
justify-content: space-between;
align-items: center;
overflow: hidden;
}
.bio-properties-panel-collapsible-entry-header .bio-properties-panel-collapsible-entry-header-title {
padding: 2px 24px 2px 32px;
font-size: var(--text-size-base);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
user-select: none;
}
.bio-properties-panel-collapsible-entry-arrow {
position: absolute;
top: 2px;
left: 6px;
padding: 0 3px;
height: 22px;
display: inline-flex;
justify-content: center;
align-items: center;
align-self: center;
}
.bio-properties-panel-remove-entry {
display: flex;
align-items: center;
justify-content: center;
margin-right: 5px;
padding: 0;
width: 22px;
height: 22px;
fill: var(--remove-entry-fill-color);
border-radius: 50%;
border: none;
background: none;
visibility: hidden;
}
.bio-properties-panel-remove-entry:hover {
background-color: var(--remove-entry-hover-background-color);
}
.bio-properties-panel-list-entry-item:hover .bio-properties-panel-remove-list-entry,
.bio-properties-panel-collapsible-entry:hover > .bio-properties-panel-collapsible-entry-header .bio-properties-panel-remove-entry,
.bio-properties-panel-collapsible-entry:focus-within > .bio-properties-panel-collapsible-entry-header .bio-properties-panel-remove-entry {
visibility: visible;
}
/* Side line */
.bio-properties-panel-collapsible-entry-entries::before {
content: "";
position: absolute;
left: 16px;
width: 2px;
top: -6px;
bottom: 12px;
background-color: var(--side-line-background-color);
border-radius: 1px;
}
/* Side line extension for non-list entry or open list entry positioned as the last one. */
.bio-properties-panel-collapsible-entry-entries .bio-properties-panel-entry:not(.bio-properties-panel-list-entry):last-child,
.bio-properties-panel-list-entry.open:last-child {
position: relative;
}
.bio-properties-panel-collapsible-entry-entries .bio-properties-panel-entry:not(.bio-properties-panel-list-entry):last-child::after,
.bio-properties-panel-list-entry.open:last-child::after {
content: "";
position: absolute;
left: -16px;
width: 2px;
top: 0;
bottom: -4px;
background-color: var(--side-line-extension-background-color);
border-radius: 1px;
}
.bio-properties-panel-list-entry-item .bio-properties-panel-collapsible-entry-entries .bio-properties-panel-entry:last-child::after {
left: -18px;
}
/*
* List entry
*/
.bio-properties-panel-list-entry {
position: relative;
margin-right: 5px;
margin-bottom: 0;
}
.bio-properties-panel-list-entry .bio-properties-panel-entry {
margin-right: 0;
}
.bio-properties-panel-list-entry-header {
position: sticky;
overflow: hidden;
display: flex;
justify-content: space-between;
height: 32px;
}
.bio-properties-panel-list-entry-header.sticky {
background-color: var(--color-white);
border-bottom: 1px solid var(--sticky-group-bottom-border-color);
top: 32px;
z-index: 9;
}
/* Nested list dot */
.bio-properties-panel-list-entry::before {
content: "";
width: 8px;
height: 8px;
position: absolute;
left: -19px;
top: 13px;
border-radius: 50%;
background-color: var(--list-entry-dot-background-color);
}
.bio-properties-panel-list-entry-header-title {
display: block;
margin: auto 0;
padding: 2px 0;
font-size: var(--text-size-base);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.bio-properties-panel-list-entry-header-title.open {
font-weight: 500;
}
.bio-properties-panel-list-entry-header-buttons {
display: flex;
align-items: center;
}
.bio-properties-panel-list-entry-header-buttons > button {
display: inline-flex;
justify-content: center;
align-items: center;
align-self: center;
height: 22px;
line-height: 22px;
min-width: 22px;
margin: 5px;
padding: 0 3px;
border: none;
background: none;
fill: var(--list-entry-header-button-fill-color);
}
.bio-properties-panel-list-entry-header-buttons > :last-child {
margin-right: 0;
}
.bio-properties-panel-list-entry-items {
padding: 0;
margin: 0;
list-style: none;
}
.bio-properties-panel-list-entry-items:not(.open) {
display: none;
}
.bio-properties-panel-list-entry-item {
display: flex;
justify-content: space-between;
}
.bio-properties-panel-list-entry-item .bio-properties-panel-remove-entry {
margin-right: 1px;
}
.bio-properties-panel-list-entry-item .bio-properties-panel-collapsible-entry {
width: 100%;
margin-right: 4px;
}
.bio-properties-panel-list-entry-item .bio-properties-panel-collapsible-entry-header {
margin-left: -8px;
}
.bio-properties-panel-list-entry-item .bio-properties-panel-collapsible-entry-arrow {
left: 2px;
}
.bio-properties-panel-list-entry-item .bio-properties-panel-collapsible-entry-header-title {
padding-left: 30px;
}
.bio-properties-panel-list-entry-item .bio-properties-panel-collapsible-entry-entries {
padding-left: 10px;
}
.bio-properties-panel-list-entry-item .bio-properties-panel-collapsible-entry-entries::before {
left: 4px;
}
.bio-properties-panel-list-entry.empty .bio-properties-panel-add-entry {
margin-right: 16px;
padding-left: 6px;
}
.bio-properties-panel-list-entry.empty .bio-properties-panel-add-entry-label {
color: var(--list-entry-add-entry-label-color);
padding: 4px 6px 3px 2px;
}
.bio-properties-panel-list-entry-header-buttons .bio-properties-panel-add-entry:hover {
background-color: var(--list-entry-add-entry-background-color);
fill: var(--list-entry-add-entry-fill-color);
}
.bio-properties-panel-list-entry-item .bio-properties-panel-simple .bio-properties-panel-input {
border-radius: 0;
margin-bottom: -2px;
}
.bio-properties-panel-list-entry-item:first-child .bio-properties-panel-simple .bio-properties-panel-input {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.bio-properties-panel-list-entry-item:last-child .bio-properties-panel-simple .bio-properties-panel-input {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
.bio-properties-panel-dropdown-button {
position: relative;
--dropdown-button-margin: 5px;
}
.bio-properties-panel-dropdown-button:not(.open) .bio-properties-p