Advertisement
Guest User

Untitled

a guest
Mar 26th, 2020
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. ul.dropdown-cart{
  2. min-width:250px;
  3. }
  4. ul.dropdown-cart li .item{
  5. display:block;
  6. padding:3px 10px;
  7. margin: 3px 0;
  8. }
  9. ul.dropdown-cart li .item:hover{
  10. background-color:#f3f3f3;
  11. }
  12. ul.dropdown-cart li .item:after{
  13. visibility: hidden;
  14. display: block;
  15. font-size: 0;
  16. content: " ";
  17. clear: both;
  18. height: 0;
  19. }
  20.  
  21. ul.dropdown-cart li .item-left{
  22. float:left;
  23. }
  24. ul.dropdown-cart li .item-left img,
  25. ul.dropdown-cart li .item-left span.item-info{
  26. float:left;
  27. }
  28. ul.dropdown-cart li .item-left span.item-info{
  29. margin-left:10px;
  30. }
  31. ul.dropdown-cart li .item-left span.item-info span{
  32. display:block;
  33. }
  34. ul.dropdown-cart li .item-right{
  35. float:right;
  36. }
  37. ul.dropdown-cart li .item-right button{
  38. margin-top:14px;
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement