/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v21.2.10
docs/src/styles.scss
31 строка
649 B
Andrew Seguin
docs: improve docs on theming custom components (#32343)
14 ноя 2025, 21:45
Не верифицирован
14 ноя 2025, 21:45
b743840
Код
Авторство
О чём код?
@use '@angular/material' as mat; @use '@angular/cdk'; @use './styles/general'; @use './styles/api'; @use './styles/markdown'; @use './styles/tables'; html { background-color: var(--mat-sys-surface); color: var(--mat-sys-on-surface); @include mat.theme( ( color: ( theme-type: light, primary: mat.$azure-palette, tertiary: mat.$blue-palette, ), typography: Roboto, density: 0, ) ); @include mat.system-classes(); @include cdk.a11y-visually-hidden(); } @include general.structural-styles; @include api.api-styles; @include markdown.markdown-styles; @include tables.table-styles;