UI - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: подэлементы внешнего контура и заглушка стикеров
This commit is contained in:
@@ -1525,6 +1525,56 @@
|
||||
color: var(--text-color-primary) !important;
|
||||
}
|
||||
|
||||
.nodedc-stickies-empty-root {
|
||||
padding-bottom: calc(var(--nodedc-bottom-dock-height) + 2rem) !important;
|
||||
}
|
||||
|
||||
.nodedc-stickies-empty-asset {
|
||||
--illustration-fill-primary: rgba(255, 255, 255, 0.1);
|
||||
--illustration-fill-secondary: rgba(255, 255, 255, 0.075);
|
||||
--illustration-fill-tertiary: rgba(var(--nodedc-card-active-rgb), 0.16);
|
||||
--illustration-fill-quaternary: rgba(var(--nodedc-card-active-rgb), 0.24);
|
||||
--illustration-stroke-primary: rgba(var(--nodedc-card-active-rgb), 0.46);
|
||||
--illustration-stroke-secondary: rgba(var(--nodedc-card-active-rgb), 0.62);
|
||||
--illustration-stroke-tertiary: rgb(var(--nodedc-card-active-rgb));
|
||||
color: rgb(var(--nodedc-card-active-rgb));
|
||||
opacity: 0.92;
|
||||
}
|
||||
|
||||
.nodedc-stickies-empty-primary-button {
|
||||
display: inline-flex;
|
||||
min-height: 3.05rem;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 0.55rem;
|
||||
border: 0 !important;
|
||||
outline: none !important;
|
||||
border-radius: 1.2rem !important;
|
||||
background: rgb(var(--nodedc-card-active-rgb)) !important;
|
||||
color: rgb(var(--nodedc-on-card-active-rgb)) !important;
|
||||
padding: 0 1.45rem !important;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 700;
|
||||
line-height: 1;
|
||||
box-shadow:
|
||||
inset 0 1px 0 rgba(255, 255, 255, 0.18),
|
||||
0 16px 32px rgba(var(--nodedc-card-active-rgb), 0.14) !important;
|
||||
transition:
|
||||
background 160ms ease,
|
||||
transform 160ms ease,
|
||||
opacity 160ms ease;
|
||||
}
|
||||
|
||||
.nodedc-stickies-empty-primary-button:hover:not(:disabled) {
|
||||
background: color-mix(in srgb, rgb(var(--nodedc-card-active-rgb)) 84%, white) !important;
|
||||
transform: translateY(-1px);
|
||||
}
|
||||
|
||||
.nodedc-stickies-empty-primary-button:disabled {
|
||||
cursor: not-allowed;
|
||||
opacity: 0.45;
|
||||
}
|
||||
|
||||
.nodedc-external-sidebar-shell {
|
||||
border: 0 !important;
|
||||
background:
|
||||
|
||||
Reference in New Issue
Block a user