Sha256: 4849861993fb3518a58a832c2e8a4bf41d2011b874b814ba16d3d544abcad201
Contents?: true
Size: 680 Bytes
Versions: 74
Compression:
Stored size: 680 Bytes
Contents
.kanban-container { @extend .d-flex, .flex-nowrap; gap: 8px; max-width: 100%; height: calc(100vh - 214px); padding-right: 24px; overflow-x: auto; .kanban-list { min-width: 240px; max-width: 240px; background: var(--grey-lighter, #f3f4f6); padding: 8px; &__header { @extend .d-flex, .justify-content-between; p { font-size: $t4-text; margin-bottom: 8px; &:nth-child(1) { color: $ink-regular-clr; } &:nth-child(2) { color: $ink-lighter-clr; } } } } .item-card { margin-bottom: 8px; } } .kanban-pagination { justify-content: center !important; }
Version data entries
74 entries across 74 versions & 1 rubygems