ember-assembly
Version:
A collection of beautiful UI components built by Goods
23 lines (20 loc) • 453 B
CSS
.ui-table-head-cell {
background: var(--ea-colour-blue-b2);
border-top: 1px solid var(--ea-colour-blue-b3);
border-bottom: 1px solid var(--ea-colour-blue-b3);
color: var(--ea-colour-text-default);
font-size: 12px;
font-weight: 500;
padding: scale(2);
text-align: left;
text-transform: uppercase;
}
.is-sortable {
cursor: pointer;
}
.has-fixed-header {
background-clip: padding-box;
position: sticky;
top: 0;
z-index: 10;
}