/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
adev/shared-docs/pipeline/tutorials/common/src/styles.css
18 строк
409 B
Andrew Xue
docs(docs-infra): add primary color vars for tutorial button
12 дек 2025, 04:11
12 дек 2025, 04:11
ff68806
Код
Авторство
О чём код?
/* You can add global styles to this file, and also import other style files */ :root { --primary-color: #605dc8; --secondary-color: #8b89e6; --accent-color: #e8e7fa; --shadow-color: #e8e8e8; } button.primary { padding: 10px; border: solid 1px var(--primary-color); background: var(--primary-color); color: white; border-radius: 8px; } body { font-family: 'Be Vietnam Pro', sans-serif; }