MOON
Server: Apache
System: Linux server.netcommlabs.in 3.10.0-1160.83.1.el7.x86_64 #1 SMP Wed Jan 25 16:41:43 UTC 2023 x86_64
User: dermova (1051)
PHP: 5.4.45
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/dermova/public_html/india/wp-content/themes/ri-colias/sass/theme/widget/_categorybanner.scss
//style widget Category Banner

.category-banner{
    .cat-des{
        background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
        color: #ffffff;
        display: block;
        left: 0;
        margin: 0 10px;
        padding: 15px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 75%;
    }
    .cat-count{
        font-size: 14px;
        color: #d1d1d1;
    }
    .cat-name{
        color: #ffffff;
        font-size: 22px;
        text-transform: uppercase;
    }
    .cat-image{
        overflow: hidden;
        .category_thumb{
            @include scale(1);
            @include transition(0.4s);
        }
    }
    .cat-image:hover{
        .category_thumb{
            @include scale(1.1);
            @include transition(0.4s);
        }
    }
}