7 lines
360 B
CSS
7 lines
360 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)}
|
|
#kanbanList .avatar.size-xs {font-size: 0.5rem;}
|