Your IP : 216.73.216.43


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/_intrentino.less

body.category-intrentino {
    .category-image {
        margin-bottom: 49.85px;

        &:after {
            content: url("../images/ribbon/intrentino.svg");
            display: block;
            position: absolute;
            left: 50%;
            bottom: 0;
            margin-left: -22px;
            margin-bottom: -49.85px;
        }

        .page-title {
            &:before {
                display: inline-block;
                content: url("../images/logo-intrentino-white.svg");
            }

            span {
                position: absolute;
                width: 1px;
                height: 1px;
                padding: 0;
                margin: -1px;
                overflow: hidden;
                clip: rect(0, 0, 0, 0);
                white-space: nowrap;
                border-width: 0;
            }
        }
    }
}

//menu item intrentino, si assume che il link finisca con intrentino.html
.navigation li {
    a[href*="intrentino.html"] {
        &:after{
            display: inline-block;
            content: url("../images/logo-intrentino-black.svg");
            max-width: 100%;
            height: auto;
            vertical-align: middle;
        }
        span {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border-width: 0;
        }
    }
}