mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
💄 Added instance ID to about modal and restyled credentials docs link (#3903)
feat(editor): Added instance ID to about modal and restyled credentials docs link * 💄 Use Notice component instead of Callout in CredentialConfig, remove unused imports * 💄 Use css var for n8n-notice component and override it for credential configs to get rid of additional margins * ✅ Update n8n-notice snapshots Co-authored-by: Oleg Ivaniv <oleg@n8n.io>
This commit is contained in:
committed by
GitHub
parent
b5c831122c
commit
0e8cb74ab3
@@ -105,7 +105,7 @@ export default Vue.extend({
|
||||
font-size: var(--font-size-2xs);
|
||||
display: flex;
|
||||
color: var(--custom-font-black);
|
||||
margin: var(--spacing-s) 0;
|
||||
margin: var(--notice-margin, var(--spacing-s) 0);
|
||||
padding: var(--spacing-2xs);
|
||||
background-color: var(--background-color);
|
||||
border-width: 1px 1px 1px 7px;
|
||||
|
||||
Reference in New Issue
Block a user