UNPKG

n8n-editor-ui

Version:

Workflow Editor UI for n8n

157 lines 3.32 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 -------------------------- */ ._accordion_1yhpp_123 { background: none; width: 320px; } ._accordion_1yhpp_123 > div:nth-child(1) { display: flex; flex-direction: row; justify-content: space-between; padding-block: var(--spacing--2xs); padding-inline: var(--spacing--sm); width: 100%; -webkit-user-select: none; user-select: none; color: var(--color--text) !important; } ._accordion_1yhpp_123 > div:nth-child(2) { display: flex; flex-direction: column; width: 100%; padding: 0 var(--spacing--sm) var(--spacing--2xs) !important; } ._accordion_1yhpp_123 > div:nth-child(2) span { width: 100%; } ._accordion_1yhpp_123 footer { text-align: left; width: 100%; font-size: var(--font-size--2xs); } ._accordion_1yhpp_123 ._disabled_1yhpp_151 a { color: currentColor; cursor: not-allowed; opacity: 0.5; text-decoration: none; }