/
aliyyyada
/
FrontendAdminPanel
Обзор
Документация
Войти
/
aliyyyada
/
FrontendAdminPanel
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/components/common/Modal.module.css
35 строк
628 B
Алина
initial commit
15 июн 2026, 18:49
15 июн 2026, 18:49
7512c1b
Код
Авторство
О чём код?
.overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.4); display: flex; align-items: center; justify-content: center; z-index: 1000; } .box { background: var(--white); border-radius: var(--radius-lg); padding: 28px; min-width: 380px; max-width: 600px; width: 90%; max-height: 90vh; overflow-y: auto; position: relative; box-shadow: var(--shadow-lg); } .close { position: absolute; top: 14px; right: 16px; font-size: 16px; color: var(--gray-text); transition: color 0.2s; background: none; border: none; cursor: pointer; } .close:hover { color: var(--dark-text); }