Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

31 строка
576 B

  1. .caruso-basket-link{
  2. a:before{
  3. content: initial !important;
  4. }
  5. .caruso-basket{
  6. &:before {
  7. font-family: "IHK24FontAwesome";
  8. position: absolute;
  9. left: 14px;
  10. top: 50%;
  11. width: 30px;
  12. height: 30px;
  13. font-size: 30px;
  14. font-weight: 400;
  15. line-height: 1;
  16. margin: -15px 0;
  17. background-repeat: no-repeat;
  18. background-position: center;
  19. background-size: 100%;
  20. @media(max-width: 999px) {
  21. position: relative;
  22. display: block;
  23. margin: 0;
  24. left: 0;
  25. }
  26. }
  27. }
  28. }