ember-assembly
Version:
A collection of beautiful UI components built by Goods
17 lines (14 loc) • 297 B
CSS
.ui-table-cell {
background: var(--ea-colour-neutral-n0);
border-bottom: 1px solid var(--ea-colour-blue-b3);
padding: scale(2);
white-space: nowrap;
}
.ui-table-cell.has-link {
padding: 0;
}
.cell-link {
color: var(--ea-colour-text-default);
display: block;
padding: scale(2);
}