You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- .caruso-basket-link{
- a:before{
- content: initial !important;
- }
- .caruso-basket{
- &:before {
- font-family: "IHK24FontAwesome";
- position: absolute;
- left: 14px;
- top: 50%;
- width: 30px;
- height: 30px;
- font-size: 30px;
- font-weight: 400;
- line-height: 1;
- margin: -15px 0;
- background-repeat: no-repeat;
- background-position: center;
- background-size: 100%;
-
- @media(max-width: 999px) {
- position: relative;
- display: block;
- margin: 0;
- left: 0;
- }
- }
- }
- }
|