/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docs/scenes/src/styles.scss
18 строк
328 B
Kristiyan Kostadinov
build: enable style lint for docs site
29 апр 2025, 15:02
29 апр 2025, 15:02
b44111c
Код
Авторство
О чём код?
@use '@angular/material' as mat; html { font-family: 'Roboto'; @include mat.theme(( color: ( theme-type: light, primary: mat.$red-palette, ), typography: Roboto, density: 0, )); } body { // The margin can throw off positioning since the overlay container is within the body. margin: 0; }