Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/app/design/frontend/Magento/economiasolidale/web/css/source/
Upload File :
Current File : //home/rtorresani/www/app/design/frontend/Magento/economiasolidale/web/css/source/_website.less

@website-text-color: white;
@website-background: #C66435;

.page-header {
    .panel.wrapper {
        background-color: @website-background;
        color: @website-text-color;
    }
}
.page-header {
    background-color: @website-background;
}
.header-contatti {
    > li {
        a {
            &,
            &:focus,
            &:hover {
                color: @website-text-color;
            }
        }
    }
}
.header.panel {
    > .header.links {
        &:before {
            color: @website-text-color;
        }
        > li {
            > a {
                color: @website-text-color;

                &:visited,
                &:focus,
                &:hover {
                    color: @website-text-color;
                }
            }
        }
    }
}
.wishlist-custom {
    &:before {
        color: @website-text-color;
    }
}
.minicart-wrapper {
    .action.showcart {
        &:before {
            color: @website-text-color!important;
        }
        &.active {
            &:before {
                color: @website-text-color!important;
            }
        }
    }
}
& when (@media-common = false) {
    .header-wrapper-right {
        > .header.links {
            &:before {
                color: @website-text-color!important;
            }
            li {
                color: @website-text-color;
                a {
                    &,
                    &:hover,
                    &:active,
                    &:focus,
                    &:visited {
                        color: @website-text-color;
                    }
                }
            }
        }
    }
}
.page-footer {
    .text-primary, .text-primary:visited, .text-primary.alink:visited {
        color: @website-text-color;
    }
}