fix #494: add delete impact confirmations
This commit is contained in:
@@ -638,6 +638,46 @@ body {
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.delete-impact {
|
||||
color: var(--rw-text);
|
||||
max-width: 24rem;
|
||||
min-width: 14rem;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
|
||||
.delete-impact div + div {
|
||||
margin-top: .35rem;
|
||||
}
|
||||
|
||||
.delete-impact span,
|
||||
.delete-impact small {
|
||||
color: var(--rw-muted);
|
||||
display: block;
|
||||
font-size: .76rem;
|
||||
line-height: 1.35;
|
||||
}
|
||||
|
||||
.delete-impact strong {
|
||||
display: block;
|
||||
font-weight: 800;
|
||||
line-height: 1.35;
|
||||
}
|
||||
|
||||
.delete-confirm {
|
||||
align-items: center;
|
||||
color: var(--rw-muted);
|
||||
display: inline-flex;
|
||||
font-size: .76rem;
|
||||
font-weight: 700;
|
||||
gap: .25rem;
|
||||
margin: 0 .35rem .25rem 0;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.delete-confirm.disabled {
|
||||
opacity: .55;
|
||||
}
|
||||
|
||||
.policy-apply-flow {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user