/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docs/src/app/pages/component-viewer/token-table.scss
37 строк
422 B
Martin Boué
docs: show component tokens default value (#32876)
22 мар 2026, 14:22
Не верифицирован
22 мар 2026, 14:22
1210f51
Код
Авторство
О чём код?
:host { display: block; } table { table-layout: fixed; } thead { position: sticky; top: 0; left: 0; background: var(--mat-sys-surface); z-index: 1; } .docs-filters { display: flex; align-items: center; margin: 24px 0; width: 100%; flex-wrap: wrap; gap: 16px; } .docs-name-field { width: 380px; max-width: 100%; } .docs-type-header { width: 10%; } .docs-value-header { width: 30%; }