UI - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: унификация нижнего dock и CTA-кнопки
This commit is contained in:
@@ -255,6 +255,30 @@
|
||||
0 6px 18px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.nodedc-bottom-dock {
|
||||
background:
|
||||
linear-gradient(180deg, rgba(255, 255, 255, 0.024) 0%, rgba(255, 255, 255, 0.008) 100%),
|
||||
rgba(7, 7, 10, 0.72) !important;
|
||||
border: 0 !important;
|
||||
outline: none !important;
|
||||
box-shadow:
|
||||
0 -18px 46px rgba(0, 0, 0, 0.3),
|
||||
0 -4px 18px rgba(0, 0, 0, 0.16);
|
||||
-webkit-backdrop-filter: blur(34px);
|
||||
backdrop-filter: blur(34px);
|
||||
}
|
||||
|
||||
.nodedc-bottom-dock [class~="bg-surface-1"] {
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
.nodedc-bottom-dock [class~="border-t"],
|
||||
.nodedc-bottom-dock [class~="border-b"],
|
||||
.nodedc-bottom-dock [class~="border-subtle"] {
|
||||
border-width: 0 !important;
|
||||
border-color: transparent !important;
|
||||
}
|
||||
|
||||
.nodedc-glass-modal [data-slot="button"],
|
||||
.nodedc-glass-modal [data-slot="icon-button"] {
|
||||
border: none !important;
|
||||
|
||||
Reference in New Issue
Block a user