UNPKG

n8n-editor-ui

Version:

Workflow Editor UI for n8n

162 lines 3.27 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_2fmx2_123 { display: flex; gap: var(--spacing--2xs); align-items: center; } ._content_2fmx2_129 { display: flex; flex-direction: column; gap: var(--spacing--lg); padding: var(--spacing--sm) 0 var(--spacing--md); } ._container_2fmx2_136 { display: flex; align-items: flex-start; justify-content: space-between; flex-direction: column; gap: var(--spacing--2xs); } ._credentialContainer_2fmx2_144 { display: flex; align-items: center; gap: var(--spacing--2xs); width: 100%; } ._credentialPicker_2fmx2_151 { width: 100%; } ._modelPicker_2fmx2_155 { width: 100%; } ._footer_2fmx2_159 { display: flex; justify-content: flex-end; align-items: center; width: 100%; } ._footerRight_2fmx2_166 { display: flex; gap: var(--spacing--2xs); }