UNPKG

n8n-editor-ui

Version:

Workflow Editor UI for n8n

168 lines 3.38 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 -------------------------- */ ._header_1bv7t_123 { display: flex; gap: var(--spacing--2xs); align-items: center; } ._content_1bv7t_129 { display: flex; flex-direction: column; gap: var(--spacing--lg); padding: var(--spacing--sm) 0 var(--spacing--md); } ._container_1bv7t_136 { display: flex; align-items: flex-start; justify-content: space-between; flex-direction: column; gap: var(--spacing--2xs); } ._toggle_1bv7t_144 { display: flex; justify-content: flex-end; align-items: center; flex-shrink: 0; } ._credentialContainer_1bv7t_151 { display: flex; align-items: center; gap: var(--spacing--2xs); width: 100%; } ._credentialPicker_1bv7t_158 { width: 100%; } ._modelPicker_1bv7t_162 { width: 100%; } ._footer_1bv7t_166 { display: flex; justify-content: flex-end; align-items: center; width: 100%; } ._footerRight_1bv7t_173 { display: flex; gap: var(--spacing--2xs); }