/
softailor
/
gridient
Обзор
Документация
Войти
/
softailor
/
gridient
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
frontend/src/components/Header/Header.scss
60 строк
932 B
Jenkins
Auto add
18 фев 2026, 10:19
18 фев 2026, 10:19
1e6c4f8
Код
Авторство
О чём код?
.header { position: relative; height: 64px; background-color: var(--color-background-primary); &__inner { display: flex; height: 100%; align-items: center; justify-content: space-between; padding: 0 var(--space-padding-l); background-color: inherit; column-gap: var(--space-l); } &__logo { height: 28px; flex-shrink: 0; & > img { width: 100%; height: 100%; } } &__title { font-size: 16px; font-weight: 600; } &__menu { display: flex; min-width: 0; flex: 1; background-color: inherit; } &__profile { cursor: pointer; } } .ant-menu-horizontal { width: 100%; border-bottom: none; background-color: inherit; line-height: 64px; & li a { text-decoration: none; } .ant-menu-overflow-item { .ant-menu-overflowed-submenu { .ant-menu-submenu-title { padding: 0 20px; } } } }