feat(records): enforce purpose-bound restricted access
Module Package Release / publish-packages (push) Successful in 13s
Module Package Release / publish-packages (push) Successful in 13s
This commit is contained in:
@@ -553,6 +553,43 @@
|
||||
grid-column: 1 / -1;
|
||||
}
|
||||
|
||||
.records-grant-list {
|
||||
display: grid;
|
||||
gap: 8px;
|
||||
margin-block: 16px;
|
||||
}
|
||||
|
||||
.records-grant-row {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) auto auto;
|
||||
gap: 12px;
|
||||
align-items: center;
|
||||
padding: 12px;
|
||||
border: var(--border-line);
|
||||
border-radius: var(--radius-sm);
|
||||
}
|
||||
|
||||
.records-grant-row > div,
|
||||
.records-grant-actions {
|
||||
display: flex;
|
||||
gap: 8px;
|
||||
}
|
||||
|
||||
.records-grant-row > div {
|
||||
min-width: 0;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.records-grant-actions {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.records-grant-actions label {
|
||||
display: inline-flex;
|
||||
gap: 6px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
@media (max-width: 1280px) {
|
||||
.records-workspace {
|
||||
grid-template-columns: minmax(190px, 220px) minmax(330px, 0.85fr) minmax(390px, 1fr);
|
||||
@@ -623,4 +660,8 @@
|
||||
.records-dialog-form > .form-field:has(textarea) {
|
||||
grid-column: auto;
|
||||
}
|
||||
|
||||
.records-grant-row {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user