UI - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: portal popup рабочей области и sidebar-search

This commit is contained in:
DCCONSTRUCTIONS
2026-04-19 18:32:36 +03:00
parent b46390ccdd
commit 01eb3d4c8a
4 changed files with 232 additions and 111 deletions
+4 -3
View File
@@ -218,14 +218,15 @@
}
.nodedc-glass-surface {
background: rgba(11, 11, 14, 0.82);
background:
linear-gradient(180deg, rgba(255, 255, 255, 0.025) 0%, rgba(255, 255, 255, 0.01) 100%),
rgba(9, 9, 12, 0.88);
@apply border border-subtle/70 backdrop-blur-2xl;
-webkit-backdrop-filter: blur(40px);
backdrop-filter: blur(40px);
border: 1px solid rgba(255, 255, 255, 0.08);
box-shadow:
0 20px 56px rgba(0, 0, 0, 0.34),
0 4px 16px rgba(0, 0, 0, 0.18);
isolation: isolate;
}
.nodedc-glass-modal [data-slot="button"],