/
Rics
/
JobReady
Обзор
Документация
Войти
/
Rics
/
JobReady
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
Front/src/widgets/header/ui/header.module.scss
52 строки
702 B
Rics
add app
16 сен 2025, 16:56
16 сен 2025, 16:56
75981cd
Код
Авторство
О чём код?
.header { display: flex; justify-content: space-between; align-items: center; position: relative; height: 100px; padding: 0 40px; } .left { display: flex; align-items: center; flex: 0 0 auto; color: var(--light); gap: 5px; white-space: nowrap; a { display: flex; align-items: center; text-decoration: none; gap: 5px; } } .logo{ width: 80px; } .name{ font-family: var(--sf-mono-bold); font-weight: 900; font-size: 1.55rem; color: var(--white); } .right { flex: 0 0 auto; color: var(--light); } .avatar{ width: 40px; } .center { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); color: var(--light); }