UNPKG

n8n-editor-ui

Version:

Workflow Editor UI for n8n

318 lines 6.64 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 -------------------------- */ ._cardLink_16gkp_123 { transition: box-shadow 0.3s ease; cursor: pointer; padding: 0 0 0 var(--spacing--sm); align-items: stretch; } ._cardLink_16gkp_123:hover { box-shadow: 0 2px 8px rgba(68, 28, 23, 0.1); } ._cardHeading_16gkp_133 { font-size: var(--font-size--sm); word-break: word-break; padding: var(--spacing--sm) 0 0 var(--spacing--sm); width: 200px; } ._cardDescription_16gkp_140 { min-height: 19px; display: flex; align-items: center; padding: 0 0 var(--spacing--sm) var(--spacing--sm); } ._cardActions_16gkp_147 { display: flex; flex-direction: row; justify-content: center; align-items: center; padding: 0 var(--spacing--sm) 0 0; cursor: default; } ._cardApiKey_16gkp_156 { flex-grow: 1; display: flex; justify-content: center; }/* 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_idchl_123 { display: flex; align-items: center; white-space: nowrap; margin-bottom: var(--spacing--xl); } ._header_idchl_123 *:first-child { flex-grow: 1; } ._card_idchl_133 { position: relative; } ._destinationItem_idchl_137 { margin-bottom: var(--spacing--2xs); } ._delete_idchl_141 { position: absolute; display: inline-block; top: var(--spacing--sm); right: var(--spacing--sm); } ._topHint_idchl_148 { margin-top: none; margin-bottom: var(--spacing--sm); color: var(--color--text--tint-1); } ._topHint_idchl_148 span { font-size: var(--font-size--sm); line-height: var(--line-height--lg); font-weight: var(--font-weight--regular); } ._BottomHint_idchl_159 { margin-bottom: var(--spacing--sm); margin-top: var(--spacing--sm); } ._apiKeysContainer_idchl_164 { max-height: 45vh; overflow-y: auto; overflow-x: hidden; scrollbar-width: none; }