/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/components-examples/material/table/table-sticky-complex/table-sticky-complex-example.css
40 строк
698 B
Andrew Seguin
feat(material/table): migrate MDC examples (#25492)
19 авг 2022, 23:12
Не верифицирован
19 авг 2022, 23:12
a8f847c
Код
Авторство
О чём код?
.example-container { height: 400px; overflow: auto; } .mat-mdc-table-sticky { background: #59abfd; opacity: 1; } .example-sticky-toggle-group { margin: 8px; } .mat-column-filler { padding: 0 8px; font-size: 10px; text-align: center; } .mat-mdc-header-cell, .mat-mdc-footer-cell, .mat-mdc-cell { min-width: 80px; box-sizing: border-box; } .mat-mdc-table-sticky-border-elem-top { border-bottom: 2px solid midnightblue; } .mat-mdc-table-sticky-border-elem-right { border-left: 2px solid midnightblue; } .mat-mdc-table-sticky-border-elem-bottom { border-top: 2px solid midnightblue; } .mat-mdc-table-sticky-border-elem-left { border-right: 2px solid midnightblue; }