/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
adev/shared-docs/styles/docs/_table.scss
49 строк
931 B
Alan Agius
docs: remove fixed font-size from table headers in docs
01 июл 2026, 03:41
01 июл 2026, 03:41
7a7a612
Код
Авторство
О чём код?
// Table @mixin docs-table { .docs-table { overflow-x: auto; table { width: 100%; border-collapse: collapse; margin-block: 1rem; font-size: 0.875rem; line-height: 160%; letter-spacing: -0.00875rem; } th { text-align: left; padding-block: 0.4rem; padding-inline-end: 1.5rem; border-block: 1px solid var(--senary-contrast); font-weight: 600; code { white-space: nowrap; } } tr { td { padding-block: 0.85rem; vertical-align: top; &:not(:last-child) { padding-inline-end: 1rem; } } td:first-child { padding-inline-end: 1.62rem; vertical-align: top; min-width: 10ch; } td:has(code) { min-width: 8ch; } &:not(:last-child) { border-block-end: 1px solid var(--senary-contrast); } } } }