Guest User

Untitled

a guest
Nov 22nd, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. .handheld-header {
  2. justify-content: space-between;
  3. }
  4.  
  5. .handheld-header .mbl-custom-cart > a {
  6. color: #333e48;
  7. position: relative;
  8. font-size: 26px;
  9. }
  10.  
  11. .site-header .handheld-header .header-logo {
  12. width: 70%;
  13. }
  14.  
  15. .handheld-header .mbl-custom-cart .count {
  16. width: 16px;
  17. height: 16px;
  18. line-height: 1.5;
  19. box-sizing: content-box;
  20. font-size: 12px;
  21. position: absolute;
  22. bottom: 0;
  23. left: 50%;
  24. text-align: center;
  25. border-radius: 100%;
  26. font-weight: 700;
  27. background-color: #fed700;
  28. }
Add Comment
Please, Sign In to add comment