/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
devtools/projects/ng-devtools/src/styles/_tables.scss
40 строк
580 B
Georgi Serev
fix(devtools): router tree details table data
05 ноя 2025, 20:07
Не верифицирован
05 ноя 2025, 20:07
cd0e96c
Код
Авторство
О чём код?
/* Global table styles */ @use '@angular/material' as mat; @use './typography'; table[mat-table], table.ng-table { width: 100%; tr { th { @extend %body-bold-01; margin: 0; } td { @extend %body-01; } } } table[mat-table] { @include mat.table-overrides( ( row-item-label-text-size: 0.8rem, ) ); } table.ng-table { border-collapse: collapse; text-align: left; th, td { border-bottom: 1px solid var(--senary-contrast); overflow: hidden; text-overflow: ellipsis; padding: 0.625rem 0.375rem; } }