/
DevDenzo
/
DigitalStore
Обзор
Документация
Войти
/
DevDenzo
/
DigitalStore
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/components/Header/SimpleMenu.css
43 строки
755 B
Denis Sklyarskij
Финальный коммит
29 ноя 2025, 18:05
29 ноя 2025, 18:05
c8d7804
Код
Авторство
О чём код?
.simple-menu { display: flex; list-style: none; gap: 22px; margin: 0; padding: 0; font-size: 14px; } .simple-menu__link { position: relative; display: flex; flex-direction: column-reverse; gap: 12px; align-items: center; color: #ffffff; text-decoration: none; font-weight: 500; transition: color 0.3s; } .simple-menu__link:hover { color: #c0c0c0; } .simple-menu__link:focus-visible { outline: none; } .simple-menu__badge { position: absolute; top: 0; right: 0; display: inline-block; width: 18px; height: 18px; font-size: 12px; background-color: #ffffff; color: #900000; border-radius: 50%; text-align: center; pointer-events: none; }