This commit is contained in:
ivan-pelly
2026-04-19 14:09:30 -07:00
parent 09673ab53c
commit cd204e4d10
33 changed files with 1521 additions and 11 deletions
@@ -1 +1,24 @@
/* Inherits all styles from modal-shell via ::ng-deep */
:host ::ng-deep {
.close-divider {
border: none;
border-top: 1px solid var(--border-color);
margin: 6px 0 14px;
}
.field-check {
display: flex;
align-items: center;
gap: 8px;
font-size: 13px;
color: #333;
cursor: pointer;
input[type="checkbox"] {
width: 16px;
height: 16px;
cursor: pointer;
}
}
}