Only add checklist items if they apply due to sso state

This commit is contained in:
Johannes Zellner
2024-04-17 18:29:47 +02:00
parent 3c7e6b59f0
commit 7d6636bb54
5 changed files with 53 additions and 2 deletions
+15
View File
@@ -676,6 +676,21 @@ multiselect {
}
}
.checklist-item {
padding: 8px;
border: none;
border-left: 2px solid rgb(255, 76, 76);
background-color: #ff000014;
display: flex;
justify-content: space-between;
align-items: center;
}
.checklist-item-acknowledged {
border-left: 2px solid transparent;
background-color: transparent;
}
// ----------------------------
// Mail view
// ----------------------------