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/_support.scss
//style widget Support
.support{
    display: block;
    margin-top: 10px;
}
.icon-support{
    @include rtl-float-left;
    @include size(55px,55px);
    border-radius: 100%;
    background: $theme-color;
    display: block;
    text-align: center;
    @include rtl-margin-right(15px);
    margin-bottom: 10px;
    padding: 0;
    .fa{
        font-size: 30px;
        line-height: 55px;
        color: $white;
    }
}
.support-description{
    @include rtl-float-left;
    width: 70%;
    >*{
        display: inline-block;
        color: $font-base-color;
    }
    .text-support{
        font-size: 16px;
        margin-bottom: 0;
        margin-top: 5px;
        b{
            text-transform: uppercase;
            font-weight: 400;
        }
    }
}