fix #491: add permission effective preview
This commit is contained in:
@@ -520,6 +520,33 @@ body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.effective-preview dl {
|
||||
display: grid;
|
||||
gap: .75rem;
|
||||
grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr));
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.effective-preview dl > div {
|
||||
background: var(--rw-surface-muted);
|
||||
border: 1px solid var(--rw-border);
|
||||
border-radius: 8px;
|
||||
min-width: 0;
|
||||
padding: .7rem;
|
||||
}
|
||||
|
||||
.effective-preview dt {
|
||||
color: var(--rw-muted);
|
||||
font-size: .74rem;
|
||||
font-weight: 800;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.effective-preview dd {
|
||||
margin: .25rem 0 0;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.policy-apply-flow {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user