Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. @import '../base/variables';
  2.  
  3. .shopping-cart {
  4. margin: unit-space(1) 0;
  5.  
  6. thead th {
  7. text-align: left;
  8. font-weight: bold;
  9. }
  10.  
  11. .amount-col {
  12. text-align: center;
  13. .button {
  14. display: block;
  15. padding: 0;
  16. margin: 0;
  17. width: 30px;
  18. height: 30px;
  19. text-align: center;
  20. line-height: 15px;
  21. box-sizing: border-box;
  22. }
  23. .amount-increase {
  24. float: right;
  25. }
  26. .amount-decrease {
  27. float: left;
  28. }
  29. }
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement