mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 19:11:13 +00:00
refactor(editor): Move editor-ui and design-system to frontend dir (no-changelog) (#13564)
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<template>
|
||||
<span>
|
||||
<n8n-tooltip content=" " placement="top">
|
||||
<template #content>
|
||||
<slot />
|
||||
</template>
|
||||
<font-awesome-icon :class="$style['icon']" icon="exclamation-triangle"></font-awesome-icon>
|
||||
</n8n-tooltip>
|
||||
</span>
|
||||
</template>
|
||||
|
||||
<style lang="scss" module>
|
||||
.icon {
|
||||
font-size: 14px;
|
||||
height: 18px;
|
||||
color: $warning-tooltip-color;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user