/
DevDenzo
/
DigitalStore
Обзор
Документация
Войти
/
DevDenzo
/
DigitalStore
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/components/Cart/OrderTable.css
47 строк
873 B
Denis Sklyarskij
Финальный коммит
29 ноя 2025, 18:05
29 ноя 2025, 18:05
c8d7804
Код
Авторство
О чём код?
.order-table { width: 100%; border-collapse: collapse; margin-bottom: 12px; } .order-table__thead { background-color: #e0e0e0; } .order-table__th { padding: 12px 16px; font-weight: bold; font-size: 16px; color: #212529; text-align: left; } .order-table__td:not(:first-child) { padding: 12px 16px; vertical-align: middle; } .order-table__cell-text { display: inline-block; background-color: rgba(204, 76, 76, 0.7); color: #ffffff; border-radius: 8px; padding: 6px 12px; } .order-table__button { height: 32px; padding: 6px 12px; border: 0; background-color: #e0e0e0; color: #212529; border-radius: 8px; font-size: 16px; font-weight: 600; cursor: pointer; transition: background-color .3s ease-in-out; } .order-table__button:hover { background-color: #c0c0c0; }