You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
XJC/scss/mdb/pro/_social-buttons.scss

58 lines
921 B
SCSS

// Social Buttons
@each $medium, $color in $social-colors {
.btn-#{$medium} {
background-color: $color;
&:hover,
&:focus {
background-color: lighten($color, 5%);
}
}
.#{$medium}-ic {
color: $color!important;
&:hover,
&:focus {
color: $color;
}
}
}
.btn-social-all {
background-color: #436281;
&:hover,
&:focus {
background-color: #5c7fa3;
}
i {
&.fa {
margin-top: 0px;
}
}
}
.counter {
position: absolute;
margin-left: -23px;
margin-top: -1px;
background-color: rgb(254, 18, 18);
color: #fff;
padding: 1px 7px;
font-size: 11px;
z-index: 2;
border-radius: 10rem;
@extend .z-depth-1;
}
.social-counters {
.btn {
margin-left: 9px;
}
}
.icons-sm {
padding: .5rem;
margin: .5rem;
font-size: 1.2rem;
}