/
Gabryelf
/
Icons-Customize-Gen
Обзор
Документация
Войти
/
Gabryelf
/
Icons-Customize-Gen
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
css/components/header.css
32 строки
804 B
Valeev Serj
exp_version_0.0.1-->0.02
17 июл 2026, 00:16
17 июл 2026, 00:16
6c659ac
Код
Авторство
О чём код?
/* css/components/header.css */ .app-header { height: var(--header-height); background: var(--bg-secondary); border-bottom: 1px solid rgba(255, 255, 255, 0.04); display: flex; align-items: center; justify-content: space-between; padding: 0 24px; flex-shrink: 0; backdrop-filter: blur(12px); position: relative; z-index: 10; } .app-header .logo { font-size: 22px; font-weight: 700; background: linear-gradient(135deg, var(--accent), #f975e8); -webkit-background-clip: text; -webkit-text-fill-color: transparent; letter-spacing: -0.5px; display: flex; align-items: center; gap: 8px; } .app-header .logo small { font-size: 13px; font-weight: 400; -webkit-text-fill-color: var(--text-secondary); opacity: 0.7; }