UNPKG

n8n-editor-ui

Version:

Workflow Editor UI for n8n

54 lines (52 loc) 1.02 kB
._container_1gz34_2 { padding-bottom: var(--spacing--xl); max-width: 702px; margin: 0 auto; } ._headerContainer_1gz34_7 { display: flex; justify-content: space-between; align-items: center; } ._actionBar_1gz34_13 { display: flex; align-items: center; margin-bottom: var(--spacing--sm); } ._headerTitle_1gz34_19 { display: flex; flex-direction: column; gap: 8px; } ._iconCardContainer_1gz34_25 { display: flex; justify-content: center; align-items: center; margin-bottom: var(--spacing--lg); } ._iconCard_1gz34_25 { width: 40px; height: 40px; border: 1px solid var(--color--neutral-100); display: flex; justify-content: center; align-items: center; background: var(--color--background--light-2); box-shadow: var(--shadow--dark); border-radius: var(--radius); &:nth-child(1) { transform: rotate(-8deg); } &:nth-child(2) { z-index: 1; margin-top: -5px; } &:nth-child(3) { transform: rotate(8deg); } } ._link_1gz34_57 { text-transform: lowercase; display: inline-flex; align-items: center; }