/
LOVEEEEER
/
TEST-SBER
Обзор
Документация
Войти
/
LOVEEEEER
/
TEST-SBER
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/components/layout/Header/Header.module.scss
48 строк
647 B
Nikita Demyanenko
init
07 авг 2024, 22:24
07 авг 2024, 22:24
92421ae
Код
Авторство
О чём код?
.Header { position: relative; display: flex; justify-content: space-between; align-items: center; padding-top: 35px; // margin-bottom: 40px; z-index: 1000; height: var(--navbar-height); } .first { display: flex; align-items: center; } .logo { margin-right: 40px; } .navList { display: flex; align-items: center; } .navItem { &:not(:last-child) { margin-right: 50px; } } .link { text-decoration: none; color: #FFFFFF; font-size: 19px; line-height: 25px; transition: 0.3s opacity ease-in-out; &:hover { opacity: 0.5; } } .navSecondItem { &:not(:last-child) { margin-right: 32px; } }