/
skitchen
/
Portal
Обзор
Документация
Войти
/
skitchen
/
Portal
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/widgets/Header/ui/Header.module.scss
21 строка
385 B
nikita
Refactor UI components, add Dropdown and list direction options
29 окт 2023, 18:10
29 окт 2023, 18:10
4bac5c0
Код
Авторство
О чём код?
.root { display: flex; align-items: center; justify-content: space-between; width: 100%; height: var(--header-height); border-bottom: 1px solid; border-color: var(--border-color); padding: 8px 16px; z-index: 1100; background: var(--main-bg-color); position: fixed; } .button { margin-left: 16px; } .dropdown { margin-left: auto; }