UI - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: quick-add, composer внешнего контура и range-календарь

This commit is contained in:
DCCONSTRUCTIONS
2026-04-22 19:22:25 +03:00
parent 85bd24c45b
commit 312fc1eca4
21 changed files with 268 additions and 104 deletions
+25 -1
View File
@@ -33,6 +33,10 @@
--nodedc-on-card-passive-rgb: 245 247 251;
--nodedc-card-active-rgb: 195 255 102;
--nodedc-on-card-active-rgb: 11 17 23;
--nodedc-bottom-dock-height: 2.75rem;
--nodedc-bottom-dock-offset: 2.75rem;
--nodedc-bottom-dock-visual-overlap: 0.625rem;
--nodedc-quick-add-reserve: 2.5rem;
--brand-default: rgb(var(--nodedc-accent-rgb));
--brand-300: color-mix(in srgb, rgb(var(--nodedc-accent-rgb)) 65%, white);
--brand-700: color-mix(in srgb, rgb(var(--nodedc-accent-rgb)) 75%, black);
@@ -276,6 +280,20 @@
backdrop-filter: blur(34px);
}
.nodedc-bottom-dock-aware-padding {
padding-bottom: calc(var(--nodedc-quick-add-reserve, 2.5rem) + 0.5rem);
}
.nodedc-bottom-dock-sticky-offset {
bottom: max(
calc(
var(--nodedc-bottom-dock-offset, var(--nodedc-bottom-dock-height, 2.75rem)) -
var(--nodedc-bottom-dock-visual-overlap, 0.625rem)
),
0px
);
}
.nodedc-bottom-dock [class~="bg-surface-1"] {
background: transparent !important;
}
@@ -1042,7 +1060,6 @@
@apply bg-transparent;
}
.nodedc-calendar-shell .rdp-day_button,
.nodedc-calendar-shell .rdp-button_previous,
.nodedc-calendar-shell .rdp-button_next,
.nodedc-calendar-shell .rdp-dropdown_root {
@@ -1052,6 +1069,13 @@
border-radius: 0.95rem !important;
}
.nodedc-calendar-shell .rdp-day_button {
border: 0 !important;
outline: none !important;
box-shadow: none !important;
border-radius: 999px !important;
}
.nodedc-auth-shell {
width: 100%;
max-width: 32rem;