6 lines
311 B
CSS
6 lines
311 B
CSS
.card-title { color: var(--color-black-rgb); }
|
|
.kanban-header-title .text-danger {color:rgb(255, 93, 93); opacity: 1;}
|
|
.as-subtitle {opacity: 0.5; text-wrap: nowrap; font-weight: 700;}
|
|
.is-collapsed .icon-angle-top:before { content: "\e313"; }
|
|
.card.selected .child-item .icon {color: var(--color-primary-500)}
|