UNPKG

n8n-editor-ui

Version:

Workflow Editor UI for n8n

168 lines 3.41 kB
/* BEM support Func -------------------------- */ /* Transition -------------------------- */ /* Color -------------------------- */ /* Link -------------------------- */ /* Border -------------------------- */ /* Outline -------------------------- */ /* Box shadow -------------------------- */ /* Fill -------------------------- */ /* Typography -------------------------- */ /* z-index -------------------------- */ /* Disable base -------------------------- */ /* Icon -------------------------- */ /* Checkbox -------------------------- */ /* Radio -------------------------- */ /* Select -------------------------- */ /* Alert -------------------------- */ /* MessageBox -------------------------- */ /* Message -------------------------- */ /* Notification -------------------------- */ /* Input -------------------------- */ /* Cascader -------------------------- */ /* Group -------------------------- */ /* Tab -------------------------- */ /* Button -------------------------- */ /* cascader -------------------------- */ /* Switch -------------------------- */ /* Dialog -------------------------- */ /* Table -------------------------- */ /* Pagination -------------------------- */ /* Popup -------------------------- */ /* Popover -------------------------- */ /* Tooltip -------------------------- */ /* Tag -------------------------- */ /* Tree -------------------------- */ /* Dropdown -------------------------- */ /* Badge -------------------------- */ /* Card --------------------------*/ /* Slider --------------------------*/ /* Steps --------------------------*/ /* Menu --------------------------*/ /* Rate --------------------------*/ /* DatePicker --------------------------*/ /* Loading --------------------------*/ /* Scrollbar --------------------------*/ /* Carousel --------------------------*/ /* Collapse --------------------------*/ /* Transfer --------------------------*/ /* Header --------------------------*/ /* Footer --------------------------*/ /* Main --------------------------*/ /* Timeline --------------------------*/ /* Backtop --------------------------*/ /* Link --------------------------*/ /* Calendar --------------------------*/ /* Form -------------------------- */ /* Avatar --------------------------*/ /* Break-point --------------------------*/ /* Break-points -------------------------- */ /* Scrollbar -------------------------- */ /* Placeholder -------------------------- */ /* BEM -------------------------- */ ._container_1ph4w_123 { align-self: center; display: flex; flex-direction: column; height: 100%; width: 100%; max-width: var(--content-container--width); padding: var(--spacing--xl); gap: var(--spacing--xl); overflow-y: auto; position: relative; } ._menuButton_1ph4w_136 { position: absolute; top: 0; left: 0; margin: var(--spacing--sm); } ._isMobileDevice_1ph4w_142 ._menuButton_1ph4w_136 { margin: var(--spacing--2xs); } ._header_1ph4w_146 { display: flex; justify-content: space-between; align-items: flex-start; gap: var(--spacing--lg); width: 100%; } ._headerContent_1ph4w_154 { display: flex; flex-direction: column; gap: var(--spacing--3xs); } ._empty_1ph4w_160 { display: flex; align-items: center; justify-content: center; min-height: 200px; flex: 1; width: 100%; } ._agentsGrid_1ph4w_169 { display: flex; flex-direction: column; gap: var(--spacing--2xs); }