/
watchadoing
/
ArgicultureAI
Обзор
Документация
Войти
/
watchadoing
/
ArgicultureAI
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Frontend/src/components/Header/Header.module.scss
50 строк
1 KB
Andrey Isaev
feat: add Footer component
10 май 2025, 21:55
10 май 2025, 21:55
8087997
Код
Авторство
О чём код?
.headerContainer { border-end-start-radius: var(--header-border-radius); border-end-end-radius: var(--header-border-radius); display: grid; grid-template-rows: 100px 400px; margin-block-end: 100px; background-color: var(--header-container-background-color); } .headerNavigation { display: flex; justify-content: space-between; padding-inline-start: 50px; padding-inline-end: 50px; background-color: var(--header-navigation-background-color); } .headerMainSiteLink { display: flex; justify-content: center; align-items: center; } .headerAuthContainer { display: flex; justify-content: space-between; gap:10px; align-items: center; max-inline-size: 200px; } .headerAuthText { font-size: 22px; cursor: pointer; color: var(--header-navigation-text-color); } .headerAuthIcon { cursor: pointer; } .headerNameSite { align-self: center; justify-self: center; font-size: 60px; font-family: "Helvetica"; font-weight: 800; color: var(--header-main-text-color); padding: 10px; }