mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix(editor): Migrate from @import to @use for SCSS files to address deprecation warnings (#17858)
This commit is contained in:
@@ -182,7 +182,7 @@ ul.user-stack-list {
|
||||
border: 1px solid var(--border-color-light);
|
||||
border-radius: var(--border-radius-base);
|
||||
padding: var(--spacing-5xs) 0;
|
||||
box-shadow: 0px 2px 8px 0px #441c171a;
|
||||
box-shadow: 0 2px 8px 0 #441c171a;
|
||||
background-color: var(--color-background-xlight);
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user