/
22126975
/
react-pro
Обзор
Документация
Войти
/
22126975
/
react-pro
Код
Запросы
4
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
lesson-4
src/SubscriptionWizard.module.css
43 строки
493 B
Grishko Dmitriy
Студент: Гришко Дмитрий, @GrishkoDmitriy
21 июл 2026, 22:08
21 июл 2026, 22:08
f920677
Код
Авторство
О чём код?
.wizard { display: flex; flex-direction: column; gap: 16px; max-width: 400px; margin: 40px auto; padding: 24px; } .field { display: flex; flex-direction: column; gap: 4px; } .field input { padding: 8px 12px; border: 1px solid #ccc; border-radius: 4px; } .form { display: flex; flex-direction: column; gap: 8px; } .error { color: #c62828; } .success { color: #2e7d32; } .pending { color: #666; } .wizard button { padding: 10px; cursor: pointer; }