MIF_E31210141/public/landing/third-party/silicon-theme/scss/components/_social-buttons.scss

21 lines
458 B
SCSS

//
// Social buttons
// --------------------------------------------------
@each $brand, $value in $social-buttons {
.btn-#{$brand} {
&:hover, &:focus, &:active {
border-color: $value !important;
background-color: $value !important;
color: $white !important;
box-shadow: 0 .375rem 1.125rem -.375rem rgba($value, .8) !important;
}
}
}
.btn-snapchat {
&:hover, &:focus, &:active {
color: $gray-800 !important;
}
}