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/_service.scss
//style widget Service
.service{
    @include clearfix();
    position: relative;
    padding: 12px 0;
    cursor: pointer;
    &:hover .icon-service{
        @include transition(0.4s);
        border: 1px solid $theme-color;
        color: $theme-color;
    }
    .icon-service{
        @include rtl-float-left();
        @include rtl-margin-right(10px);
        @include size(45px,45px);
        border: 1px solid #b3b3b3;
        border-radius: 100%;
        line-height: 42px;
        text-align: center;
        color:#b3b3b3;

    }
    .service-description{
        @include rtl-float-left();
        width: 70%;
    }
    .title-service{
        @include rtl-text-align-left();
        text-transform: uppercase;
        color: $black;
    }
    .description {
        @include rtl-text-align-left();
        font-size: 13px;
        margin-top:5px;
        margin-bottom: 0;
        font-style: italic;
        line-height: 12px;
    }
}