Sankey looks good now

This commit is contained in:
Rich Lott / Artful Robot 2025-03-31 12:14:01 +01:00
parent 8591d6c060
commit 216d9a46ee
3 changed files with 41 additions and 16 deletions

View file

@ -72,3 +72,10 @@ crm-contact-category-settings .hint {
crm-contact-category-settings .name-input-wrapper:focus-within .hint {
display: block;
}
/* Category Flows page */
.contact-cats-sankey {
background:white;
border-radius: 4px;
padding: 1rem;
}