UNPKG

tsm-ui

Version:

### Welcome to TSM-UI: Your Design System for Modern Web Development

30 lines (25 loc) 548 B
.tokens-grid { width: 100%; font-family: sans-serif; color: #FFF; border-collapse: collapse; } .tokens-grid thead th { padding: 0.75rem 1rem; text-align: left; } .tokens-grid tbody td { padding: 0.75rem 1rem; color: #CCC; } .tokens-grid tbody td:first-child { border-top-left-radius: 8px; border-bottom-left-radius: 8px; } .tokens-grid tbody td:last-child { border-top-right-radius: 8px; border-bottom-right-radius: 8px; } .tokens-grid tbody tr:nth-child(even) td { background-color: #444; }