Advertisement
Guest User

polipartes - aplica-se begin style

a guest
Jul 28th, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. .product-aplica-se .conteudo {
  2. width: 995px;
  3. overflow: hidden;
  4. }
  5. .product-aplica-se.smallBlock .conteudo {
  6. transition: all 0.5s ease;
  7. max-height: 190px;
  8. }
  9. .product-aplica-se.biggerBlock .conteudo {
  10. transition: all 0.5s ease;
  11. max-height: 9999px;
  12. }
  13. .product-aplica-se ul.sub-list {
  14. float: left;
  15. width: 33%;
  16. }
  17. .product-aplica-se ul.sub-list li:before {
  18. content: "\2713 ";
  19. font-size: 10px;
  20. padding-right: 5px;
  21. color: orange;
  22. }
  23. .product-aplica-se div#moreModelsList {
  24. width: 100%;
  25. background-color: white;
  26. height: 30px;
  27. }
  28. .product-aplica-se div#moreModelsList span.btn-mostra-mais {
  29. width: 200px;
  30. margin: 0px auto;
  31. display: block;
  32. text-align: center;
  33. line-height: 29px;
  34. /*background-color: #00a3e7;*/
  35. background-color: #f39d1e;
  36. border-left: 1px solid #00a3e7;
  37. color: white;
  38. font-weight: bold;
  39. border-bottom-left-radius: 10px;
  40. border-bottom-right-radius: 10px;
  41. border-right: 1px solid #00a3e7;
  42. border-bottom: 1px solid #00a3e7;
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement