Present.css 254 B

12345678910111213141516171819202122
  1. .ProductContainer {
  2. padding: 10px;
  3. padding-bottom: 100px;
  4. }
  5. .ProductTop {
  6. }
  7. .ProductImage {
  8. }
  9. .ProductShop {
  10. }
  11. .ProductPrice {
  12. font-size: 16px;
  13. padding-top: 20px !important;
  14. padding-bottom: 20px !important;
  15. }
  16. .ProductQuantity {
  17. padding: 10px;
  18. }