/
GEOSHEV
/
Admin-Panel.Course-project
Обзор
Документация
Войти
/
GEOSHEV
/
Admin-Panel.Course-project
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
src/app/_components/modals/ConfirmModal.css
87 строк
1 KB
Gosha
add main menu for admin
05 май 2025, 18:36
05 май 2025, 18:36
70c62d1
Код
Авторство
О чём код?
.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; }