/
GEOSHEV
/
StudLab
Обзор
Документация
Войти
/
GEOSHEV
/
StudLab
Код
Запросы
1
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
src/components/modals/ConfirmModal.css
87 строк
1 KB
George
Обновил: Линтер по всем файлам
21 мар 2025, 14:25
21 мар 2025, 14:25
2b503d4
Код
Авторство
О чём код?
.modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); display: flex; align-items: center; justify-content: center; } .modal-container { width: 536px; height: 269px; background: #232532; box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25); border-radius: 4px; display: flex; flex-direction: column; align-items: center; position: relative; } .modal-header { width: 100%; height: 64px; background: #272a38; border-top-left-radius: 4px; border-top-right-radius: 4px; display: flex; align-items: center; padding-left: 20px; } .modal-icon { display: flex; justify-content: center; align-items: center; width: 38px; height: 38px; background: #eb5757; border-radius: 4px; margin-right: 15px; } .modal-title { color: white; font-size: 14px; font-family: Roboto, sans-serif; } .modal-body { margin-top: 40px; text-align: center; color: white; font-size: 18px; font-family: Roboto, sans-serif; } .modal-footer { position: absolute; bottom: 20px; display: flex; gap: 20px; } .confirm-btn, .cancel-btn { width: 218px; height: 42px; font-size: 18px; font-family: Roboto, sans-serif; border-radius: 2px; border: none; cursor: pointer; } .confirm-btn { background: #0089ff; color: white; } .cancel-btn { background: #303549; color: white; }