.table-header-row { display: flex; align-items: center; .col { display: flex; flex-direction: column; .desc { font-size: .8rem; color: var(--grey); } .count { font-size: 2rem; } } .spinner { margin-top: 2px; margin-bottom: 1px; margin-right: 1rem; } .fill-space { flex: 1; } .icon-button { margin-right: .5rem; } } // .table-wrapper { // width: 100%; // overflow-x: auto; // }