UNPKG

@servicetitan/assist-ui

Version:

ServiceTitan Atlas UI Components

26 lines (22 loc) 463 B
@import (reference) '~@servicetitan/tokens/dist/tokens.less'; .infinite-content { flex-grow: 1; padding: @spacing-2; box-sizing: border-box; overflow-y: auto; display: flex; flex-direction: column; gap: 8px; } .loading-more { display: flex; justify-content: center; align-items: center; padding: @spacing-2; min-height: 60px; } .sentinel { height: 1px; margin: 10px @spacing-0; visibility: hidden; }