/
kildim
/
react-burger
Обзор
Документация
Войти
/
kildim
/
react-burger
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/components/card-order/card-order.module.css
33 строки
604 B
Dmitry Kilin
feat: done user orders history markup
27 июл 2022, 21:44
27 июл 2022, 21:44
8163596
Код
Авторство
О чём код?
.article { width: auto; min-height: 110px; background: #1C1C21; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04); border-radius: 40px; margin-bottom: 16px; padding: 24px; } .info { display: flex; justify-content: space-between; } .stackWrapper { display: flex; justify-content: space-between; align-items: center; } .stack { position: relative; width: 384px; height: 64px; /*display: grid;*/ /*grid-template-columns: repeat(6, 55px);*/ } .status { color: #00CCCC; }