File: /home/dermova/www/india/wp-content/themes/ri-colias/sass/theme/components/_social.scss
//Style share box
.social{
padding: 30px 0 10px;
border-bottom: $border-color-base;
margin-bottom: 30px;
.social-item{
padding:0 8px;
}
}
.share-text{
text-transform: uppercase;
line-height: 40px;
color: $black;
}
.social-icons{
margin: 0;
}
.social-item{
>a {
color: #000000;
text-align: center;
font-size: 16px;
}
}
.author-social{
border-radius: 100%;
@include size(24px,24px);
text-align: center;
line-height: 20px;
border: $border-color-base;
margin-right: 3px;
.fa{
font-size: 13px;
}
}
.facebook{
// color: #3b5998;
&:hover{
color:#3b5998 ;
}
}
.twitter{
// color: #00aced;
&:hover{
color:#00aced ;
}
}
.googleplus{
// color: #dd4b39;
&:hover{
color:#dd4b39 ;
}
}
.pinterest{
// color: #cb2027;
&:hover{
color:#cb2027 ;
}
}
.mail{
// color: #666;
&:hover{
color:#666 ;
}
}
//icon
.fa-facebook{
&:hover{
color: #3b5998;
}
}
.fa-twitter{
&:hover{
color: #00aced;
}
}
.fa-google-plus{
&:hover{
color: #dd4b39;
}
}
.fa-pinterest{
&:hover{
color: #cb2027;
}
}
.fa-envelope{
&:hover{
color: #666;
}
}