/
kildim
/
react-burger
Обзор
Документация
Войти
/
kildim
/
react-burger
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/components/order-complete/order-complete.module.css
35 строк
541 B
Dmitry Kilin
feat: done router order rendering
28 июл 2022, 22:54
28 июл 2022, 22:54
b3e0f8b
Код
Авторство
О чём код?
.order_complete { display: flex; flex-direction: column; justify-content: center; padding: 0 20px 40px; } .footer { display: flex; justify-content: space-between; margin-top: 20px; } .price_wrapper { display: flex; } .list { list-style: none; max-height: 400px; overflow-y: auto; padding-left: 0; padding-right: 8px; } .list::-webkit-scrollbar { width: 8px; background: #2F2F37; } .list::-webkit-scrollbar-thumb { width: 8px; height: 492px; background: #8585AD; }