/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docs/src/styles/general.scss
44 строки
700 B
Kristiyan Kostadinov
build: enable style lint for docs site
29 апр 2025, 15:02
29 апр 2025, 15:02
b44111c
Код
Авторство
О чём код?
@mixin structural-styles { html, body { height: 100vh; } body { font-family: 'Roboto', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; margin: 0; } h1, h2 { font-weight: 400; } // These styles are for controlling SVGs without using the ::ng-deep selector .docs-component-category-list-card-image svg { width: 100%; } .docs-footer-angular-logo svg { height: 50px; } .docs-angular-logo svg { height: 26px; margin: 0 4px 3px 0; vertical-align: middle; } code, pre { font-family: 'Roboto Mono', monospace; } code { font-size: 90%; } pre { font-size: 14px; } }