/
dbataeva
/
tasksApp
Обзор
Документация
Войти
/
dbataeva
/
tasksApp
Код
Запросы
2
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
task8
appProject/src/shared/ui/ConfirmDialog/ConfirmDialog.module.css
30 строк
445 B
Daria Bataeva
refactor(task8): delete useless styles
04 ноя 2025, 18:54
04 ноя 2025, 18:54
cbc1943
Код
Авторство
О чём код?
.confirmationContainer { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 10px; max-width: 400px; max-height: 200px; background-color: white; color: black; padding: 10px; } .overlay { top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; position: absolute; } .buttonsContainer { display: flex; gap: 10px; }