File: /home/dermova/www/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;
}
}