Your IP : 216.73.216.240


Current Path : /home/sunflowe/www2/disneyexplorer/wp-content/themes/wide/assets/sass/theme/widget/
Upload File :
Current File : /home/sunflowe/www2/disneyexplorer/wp-content/themes/wide/assets/sass/theme/widget/_product.scss

//style widget Product
.widget-product{
    .group-title{
        .widgettitle{
            float: left;
            margin-bottom: 0;
            font-size: 20px;
            line-height: 20px;
            font-weight: 500;
        }
        .link-cat{
            float: right;
            padding-top: 5px;
            color: #757575;
            &:hover{
                color: $theme-color;
            }
        }
    }
}