/
Elezzar
/
Stellar_Burger
Обзор
Документация
Войти
/
Elezzar
/
Stellar_Burger
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
src/components/OrderFeed/OrderFeed.module.css
44 строки
734 B
Elezzar
add feeds pages and components
25 янв 2024, 06:35
25 янв 2024, 06:35
3b8c783
Код
Авторство
О чём код?
.container { max-width: 608px; } .list { margin: 0; padding: 1px 0 0 0; width: 600px; max-height: 100%; display: flex; flex-direction: column; gap: 16px; list-style: none; overflow: auto; scrollbar-color: rgba(133, 133, 173, 1); scrollbar-width: thin; } .item { margin-left: 1px; padding: 24px 24px 20px 24px; max-width: 584px; box-sizing: border-box; background-color: rgba(28, 28, 33, 1); border-radius: 40px; cursor: pointer; } .item:hover { box-shadow: 0px 4px 8px rgb(195,31,255), 0px 0px 2px rgb(253, 253, 82); transition: all 0.3s; } .box { display: flex; justify-content: space-between; } .price { margin-top: 20px; max-height: 24px; display: flex; column-gap: 8px; }