feat(records): complete eAkte reference journey
Module Package Release / publish-packages (push) Successful in 12s
Module Package Release / publish-packages (push) Successful in 12s
This commit is contained in:
@@ -253,6 +253,42 @@
|
||||
line-height: 1.55;
|
||||
}
|
||||
|
||||
.records-context-facts,
|
||||
.records-item-evidence {
|
||||
display: grid;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.records-context-facts {
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
gap: 1px;
|
||||
overflow: hidden;
|
||||
border: var(--border-line);
|
||||
border-radius: var(--radius-sm);
|
||||
background: var(--line);
|
||||
}
|
||||
|
||||
.records-context-facts > div {
|
||||
min-width: 0;
|
||||
padding: 9px 10px;
|
||||
background: var(--surface);
|
||||
}
|
||||
|
||||
.records-context-facts dt,
|
||||
.records-item-evidence dt {
|
||||
color: var(--muted);
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.records-context-facts dd,
|
||||
.records-item-evidence dd {
|
||||
overflow-wrap: anywhere;
|
||||
margin: 3px 0 0;
|
||||
color: var(--text-strong);
|
||||
font-size: var(--font-size-sm);
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.records-lifecycle-actions {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
@@ -424,6 +460,17 @@
|
||||
font-size: var(--font-size-sm);
|
||||
}
|
||||
|
||||
.records-item-evidence {
|
||||
grid-column: 1 / -1;
|
||||
grid-template-columns: repeat(5, minmax(0, 1fr));
|
||||
gap: 8px;
|
||||
padding-top: 4px;
|
||||
}
|
||||
|
||||
.records-item-evidence > div {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.records-chronology > div {
|
||||
position: relative;
|
||||
display: grid;
|
||||
@@ -564,6 +611,8 @@
|
||||
}
|
||||
|
||||
.records-facts,
|
||||
.records-context-facts,
|
||||
.records-item-evidence,
|
||||
.records-lifecycle-evidence > dl,
|
||||
.records-recovery-result dl,
|
||||
.records-access-explanation dl,
|
||||
|
||||
Reference in New Issue
Block a user