/
anv
/
hackathon
Обзор
Документация
Войти
/
anv
/
hackathon
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/App.module.scss
16 строк
429 B
ANV
add error alert
25 мар 2025, 07:51
25 мар 2025, 07:51
673a03a
Код
Авторство
О чём код?
// stylelint-disable .wrapper { position: relative; :global(.gn-aside-header__aside-content_with-decoration) { background: linear-gradient(180deg, var(--gn-aside-header-decoration-expanded-background-color, #0bc0dc4D) calc(var(--gradient-height)* .01), transparent calc(var(--gradient-height)* 0.9)); } } .alert { position: absolute; top: 40px; transition: opacity 0.2s ease-in-out; z-index: 100; }