Your IP : 216.73.217.95


Current Path : /home/rtorresani/www/app/design/frontend/Magento/indaco/web/css/source/components/
Upload File :
Current File : //home/rtorresani/www/app/design/frontend/Magento/indaco/web/css/source/components/_wishlist.less

.wishlist-custom {
    position: relative;
    margin: 0 1.6rem;

    &:before {
        content: "\f004";
        font-family: @fa-style-family;
        font-weight: @fa-style;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: var(--fa-display, inline-block);
        font-style: normal;
        font-variant: normal;
        line-height: 2.2rem;
        text-rendering: auto;
        font-size: 2rem;
        color: @text__color;
        vertical-align: middle;
    }

    .text {
        display: none;
    }

    .counter.qty {
        background: @theme__color__primary;
        border-radius: 50%;
        width: 2rem;
        height: 2rem;
        font-size: 1.2rem;
        line-height: 2rem;
        padding: 0;
        margin: 0;
        position: absolute;
        top: -0.6rem;
        right: -1.3rem;
        color: @text__color;
        text-align: center;

        &:before,
        &:after {
            content: none;

        }
    }
}