UI - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: полировка внешних контуров и дизайн-кода
This commit is contained in:
@@ -1162,15 +1162,17 @@
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 1rem;
|
||||
gap: 1.1rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.nodedc-external-empty-media {
|
||||
display: grid;
|
||||
place-items: center;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 6.25rem;
|
||||
height: 6.25rem;
|
||||
margin-inline: auto;
|
||||
border-radius: 0;
|
||||
background: transparent !important;
|
||||
box-shadow: none !important;
|
||||
@@ -1244,6 +1246,8 @@
|
||||
gap: 0.6rem;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
overflow: visible !important;
|
||||
isolation: isolate;
|
||||
border: 0 !important;
|
||||
outline: none !important;
|
||||
box-shadow: none !important;
|
||||
@@ -1262,6 +1266,8 @@
|
||||
gap: 0.6rem;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
overflow: visible !important;
|
||||
isolation: isolate;
|
||||
border: 0 !important;
|
||||
outline: none !important;
|
||||
box-shadow: none !important;
|
||||
@@ -1280,6 +1286,16 @@
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.nodedc-external-property-value > button,
|
||||
.nodedc-external-property-value > button *,
|
||||
.nodedc-external-property-control-shell,
|
||||
.nodedc-external-property-control-shell * {
|
||||
border: 0 !important;
|
||||
outline: none !important;
|
||||
box-shadow: none !important;
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
.nodedc-external-property-control-shell:hover,
|
||||
.nodedc-external-property-control-shell:focus,
|
||||
.nodedc-external-property-control-shell:focus-visible,
|
||||
@@ -1310,15 +1326,21 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.5rem;
|
||||
padding: 0;
|
||||
padding: 0.25rem !important;
|
||||
border-radius: 999px;
|
||||
background: transparent !important;
|
||||
background: rgba(255, 255, 255, 0.05) !important;
|
||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.018) !important;
|
||||
}
|
||||
|
||||
.nodedc-external-priority-inline {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 0.375rem;
|
||||
width: auto !important;
|
||||
min-width: 0 !important;
|
||||
height: auto !important;
|
||||
padding: 0 !important;
|
||||
color: var(--text-color-secondary) !important;
|
||||
background: transparent !important;
|
||||
box-shadow: none !important;
|
||||
|
||||
Reference in New Issue
Block a user