/
Percival
/
react_final_project
Обзор
Документация
Войти
/
Percival
/
react_final_project
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/widgets/ProductCard/ui/ProductCard.module.css
33 строки
550 B
Rituparn
Added code
23 ноя 2025, 19:02
23 ноя 2025, 19:02
2aec7c7
Код
Авторство
О чём код?
/* ProductCard specific styles - imports base card styles */ .card__cart { margin-top: auto; } .card__btn { display: inline-block; padding: 10px 18px; color: currentcolor; font-weight: 700; font-size: 16px; line-height: 20px; text-decoration: none; border-radius: 55px; transition: background-color 0.3s; border: none; cursor: pointer; } .card__btn_type_primary { background-color: #ffe44d; } .card__btn_type_primary:hover { color: #f44336; background-color: #ffaa0d; } .card__btn_pending { opacity: 0.7; cursor: not-allowed; }