/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
adev/src/app/features/docs/docs.component.scss
33 строки
526 B
Amy Sorto
docs: update overview page
19 ноя 2025, 01:54
19 ноя 2025, 01:54
111a764
Код
Авторство
О чём код?
@use '@angular/docs/styles/media-queries' as mq; :host { display: block; padding-top: var(--layout-padding); padding-bottom: var(--layout-padding); .docs-viewer { &.docs-animate-content { animation: fade-in 500ms; } } //applying styles when TOC position got translated to the top right @include mq.for-large-desktop-up{ display: flex; justify-content: center; } &.overview { padding-top: 0; } } @keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }