mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
fix(editor): Migrate from @import to @use for SCSS files to address deprecation warnings (#17858)
This commit is contained in:
@@ -58,8 +58,8 @@ const emit = defineEmits<{
|
||||
}
|
||||
|
||||
.overrideCloseButton {
|
||||
padding: 0px var(--spacing-2xs);
|
||||
border: 0px;
|
||||
padding: 0 var(--spacing-2xs);
|
||||
border: 0;
|
||||
color: var(--color-text-base);
|
||||
margin-left: auto;
|
||||
--button-hover-background-color: transparent;
|
||||
|
||||
Reference in New Issue
Block a user