Complete governed campaign lifecycle actions
This commit is contained in:
@@ -1285,6 +1285,11 @@
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.version-history-table .data-grid-body-cell.archived-version-row {
|
||||
color: var(--text-muted);
|
||||
background: var(--surface-muted);
|
||||
}
|
||||
|
||||
.mock-message-detail {
|
||||
margin-top: 16px;
|
||||
border-top: 1px solid var(--line-subtle);
|
||||
@@ -2761,3 +2766,18 @@
|
||||
align-items: start;
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.related-link-card,
|
||||
.recipient-import-step-icon {
|
||||
transition: none;
|
||||
}
|
||||
|
||||
.related-link-card:hover {
|
||||
transform: none;
|
||||
}
|
||||
|
||||
.review-flow-stage[data-state="running"] .review-flow-stage-node {
|
||||
animation: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user