/
Percival
/
reactJS_course
Обзор
Документация
Войти
/
Percival
/
reactJS_course
Код
Запросы
4
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
task4
task_1_fsd/src/features/wizard-subscription/ui/WizardForm.module.css
123 строки
2 KB
Rituparn
Added the fourth task
19 окт 2025, 23:09
19 окт 2025, 23:09
f890dd5
Код
Авторство
О чём код?
.container { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 2rem; background: linear-gradient(to bottom right, #fdf4ff, #fae8ff); } .card { background: white; border-radius: 1rem; box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1); padding: 2rem; max-width: 28rem; width: 100%; } .progress { display: flex; align-items: center; justify-content: center; margin-bottom: 2rem; gap: 0.5rem; } .step { width: 2.5rem; height: 2.5rem; border-radius: 50%; background-color: #e5e7eb; color: #6b7280; display: flex; align-items: center; justify-content: center; font-weight: bold; transition: all 0.3s; } .stepActive { background-color: #a855f7; color: white; } .line { width: 4rem; height: 2px; background-color: #e5e7eb; transition: all 0.3s; } .lineActive { background-color: #a855f7; } .content { display: flex; flex-direction: column; gap: 1.25rem; } .title { font-size: 1.5rem; font-weight: bold; color: #1f2937; margin-bottom: 0.5rem; } .subtitle { color: #6b7280; margin-bottom: 0.5rem; } .confirmation { background-color: #faf5ff; border: 1px solid #e9d5ff; border-radius: 0.5rem; padding: 1rem; } .confirmation p { color: #374151; margin-bottom: 0.5rem; } .confirmEmail { font-size: 1.125rem; font-weight: 600; color: #a855f7; } .note { font-size: 0.875rem; color: #6b7280; } .actions { display: flex; gap: 0.75rem; } .actions > button { flex: 1; } .successIcon { width: 4rem; height: 4rem; background-color: #10b981; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2rem; margin: 0 auto 1rem; } .email { font-size: 0.875rem; color: #6b7280; margin-bottom: 1rem; }