kanban.ui.css 360 B

123456
  1. .card-title { color: var(--color-black-rgb); }
  2. .kanban-header-title .text-danger {color:rgb(255, 93, 93); opacity: 1;}
  3. .as-subtitle {opacity: 0.5; text-wrap: nowrap; font-weight: 700;}
  4. .is-collapsed .icon-angle-top:before { content: "\e313"; }
  5. .card.selected .child-item .icon {color: var(--color-primary-500)}
  6. #kanbanList .avatar.size-xs {font-size: 0.5rem;}