/
dbataeva
/
tasksApp
Обзор
Документация
Войти
/
dbataeva
/
tasksApp
Код
Запросы
2
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
finalProject
dogFood/src/shared/ui/Modal/Modal.module.css
38 строк
598 B
Daria Bataeva
feat(finalProject): add modal
16 ноя 2025, 17:43
16 ноя 2025, 17:43
21b94d9
Код
Авторство
О чём код?
.modalContainer { display: flex; position: fixed; align-items: center; justify-content: center; flex-direction: column; gap: 10px; background-color: white; color: black; padding: 10px; border-radius: 4px; max-width: 450px; box-shadow: 0px 0px 1000px 1000px rgba(0, 0, 0, 0.5); } .overlay { top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; position: absolute; } .header { width: 100%; display: flex; justify-content: space-between; } .childrenWrapper { max-width: 432px; max-height: 432px; }