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/_social.scss
[class*="ion-social-"]{
    @include size(35px,35px);
    background:$white;
    font-size: 20px;
    line-height: 35px;
    margin-right: 10px;
    text-align: center;
    @include transition(0.4s);
    &:hover{
        color:$white;
        @include transition(0.4s);
    }
}

.ion-social-facebook{
    &:hover{
        background-color: #3b5998;
    }
}

.ion-social-googleplus{
    &:hover{
        background-color: #dd4b39;
    }
}

.ion-social-twitter{
    &:hover{
        background-color: #00aced;
    }
}

.ion-social-instagram{
    &:hover{
        background-color: #517fa4;
    }
}

.ion-social-pinterest{
    &:hover{
        background-color: #cb2027;
    }
}

.ion-social-skype{
    &:hover{
        background-color: #0078ca;
    }
}

.ion-social-vimeo{
    &:hover{
        background-color: #aad450;
    }
}
.ion-social-youtube{
    &:hover{
        background-color: #bb0000;
    }
}

.ion-social-dribbble{
    &:hover{
        background-color: #ea4c89;
    }
}

.ion-social-linkedin{
    &:hover{
        background-color: #007bb6;
    }
}

.ion-social-rss{
    &:hover{
        background-color: #FF9900;
    }
}