Guest User

Untitled

a guest
Jul 22nd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. .minicart-wrapper {
  2. margin-right: 10px;
  3.  
  4. .action.showcart::before, .action.showcart.active::before {
  5. display: inline-block;
  6. white-space: nowrap;
  7. word-wrap: normal;
  8. direction: ltr;
  9. content: 'e8cb';
  10. color: @color-white;
  11. -moz-font-feature-settings: 'liga';
  12. -moz-osx-font-smoothing: grayscale;
  13. vertical-align:middle;
  14. }
  15.  
  16. .minicart-wrapper .action.showcart:before {
  17. content: url(http://your-domain.com/.../cart-image.png);
  18.  
  19. }
Add Comment
Please, Sign In to add comment