Brak opisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

productOverview.css 580B

12345678910111213141516171819202122232425262728
  1. .photo_dual {
  2. width: 40rem; }
  3. .price_footer {
  4. background-color: #52cba5; }
  5. .boxImgContainer {
  6. width: 4rem; }
  7. .priceCut_multi {
  8. font-size: .7rem; }
  9. .productOverview .overviewProductHeading {
  10. font-size: 2.1rem; }
  11. .productOverview .overviewProductFullTitle {
  12. padding: 2rem 13rem;
  13. font-size: 3rem; }
  14. .productOverview .overviewProductDes {
  15. padding: 0 2rem;
  16. font-size: 1.5rem; }
  17. .PO_galleryContainer .PO_gallery_display {
  18. min-height: 500px;
  19. width: 100%;
  20. background: white;
  21. background: linear-gradient(180deg, white 7%, #ff8e9e4d 52%, #eb869478 100%); }