FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
dist
/
components
/
collection
/
components
/
ui
/
table-cell
Edit File: sc-table-cell.css
:host { display: table-cell; font-size: var(--sc-font-size-medium); padding: var(--sc-table-cell-spacing, var(--sc-spacing-small)) var(--sc-table-cell-spacing, var(--sc-spacing-large)) !important; vertical-align: var(--sc-table-cell-vertical-align, middle); } :host([slot=head]) { background: var(--sc-table-cell-background-color, var(--sc-color-gray-50)); font-size: var(--sc-font-size-small); padding: var(--sc-table-cell-spacing, var(--sc-spacing-small)); color: var(--sc-color-gray-500); } :host(:last-child) { text-align: right; } sc-table-cell { display: table-cell; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
Save
Back