UNPKG

@workday/canvas-kit-css

Version:

The parent module that contains all Workday Canvas Kit CSS components

26 lines (18 loc) 508 B
.cnvs-list-box-container { box-sizing: border-box; } .cnvs-list-box-container :where([data-part="list"]) { display: flex; flex-direction: column; margin-block-start: var(--cnvs-sys-space-zero); margin-block-end: var(--cnvs-sys-space-zero); } .cnvs-list-box-container.orientation-vertical { overflow-y: auto; } .cnvs-list-box-container.orientation-horizontal { overflow-y: undefined; } .cnvs-list-box-container.orientation-horizontal :where([data-part="list"]) { flex-direction: row; }