UNPKG

n8n-editor-ui

Version:

Workflow Editor UI for n8n

178 lines 3.84 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 -------------------------- */ ._copyText_ih6nn_123 { padding: var(--spacing--xs); background-color: var(--color--background--light-2); border: var(--border); border-radius: var(--radius); cursor: pointer; position: relative; font-weight: var(--font-weight--regular); } ._copyText_ih6nn_123 span { font-family: Monaco, Consolas; color: var(--color--text); overflow-wrap: break-word; } ._copyText_ih6nn_123:hover { /* stylelint-disable-next-line @n8n/css-var-naming */ --display-copy-button: flex; width: 100%; } ._noHover_ih6nn_143 { cursor: default; } ._large_ih6nn_147 span { font-size: var(--font-size--sm); line-height: 1.5; } ._medium_ih6nn_152 span { font-size: var(--font-size--xs); line-height: 1; } ._collapsed_ih6nn_157 { white-space: nowrap; overflow: hidden; } ._copyButton_ih6nn_162 { /* stylelint-disable-next-line @n8n/css-var-naming */ display: var(--display-copy-button, none); position: absolute; top: 0; right: 0; padding: var(--spacing--xs); background-color: var(--color--background--light-2); height: 100%; align-items: center; border-radius: var(--radius); } ._copyButton_ih6nn_162 span { font-family: unset; } ._hint_ih6nn_178 { margin-top: var(--spacing--2xs); font-size: var(--font-size--2xs); line-height: var(--line-height--lg); font-weight: var(--font-weight--regular); word-break: normal; }