Guest User

Untitled

a guest
May 24th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. <div class="card-middle-row">
  2. <div class="container-left">
  3. <div>Quantity</div>
  4. <div>
  5. <span>Cancelqty</span> Out of 100
  6. </div>
  7. </div>
  8. <div class="container-right">
  9. <div>Price</div>
  10. <div><span>order</span></div>
  11. </div>
  12. </div>
  13.  
  14. .card-middle-row .container-right {
  15. float: right;
  16. margin-right: 12px;
  17. line-height: 20px;
  18. color: #727272;
  19. font-size: 12px;
  20. }
  21. .card-middle-row .container-left {
  22. float: left;
  23. margin-left: 12px;
  24. line-height: 20px;
  25. color: #727272;
  26. font-size: 12px;
  27. }
  28. .card-middle-row .container-left span {
  29. color: #212121;
  30. font-size: 20px;
  31. }
  32. .card-middle-row .container-right span {
  33. color: #212121;
  34. font-size: 20px;
  35. }
  36. .card-middle-row > div {
  37. margin-top: 10px;
  38. line-height: 20px;
  39. }
Add Comment
Please, Sign In to add comment