/
kildim
/
react-burger
Обзор
Документация
Войти
/
kildim
/
react-burger
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/components/modal/modal.module.css
26 строк
430 B
Dmitry Kilin
feat: done orders complete modal
26 июл 2022, 20:20
26 июл 2022, 20:20
d8f5deb
Код
Авторство
О чём код?
.modal { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; border-radius: 40px ; box-sizing: border-box; height: fit-content; background-color: #1C1C21; width: 800px; } .header { display: flex; justify-content: space-between; align-items: center; width: 640px; } .header > button { padding: 0; } .header svg { display: block; }