Adds social share for supported proposals

This commit is contained in:
Alberto Garcia Cabeza
2015-09-22 16:04:14 +02:00
parent e097e800ea
commit 34c8dd0b8a
4 changed files with 41 additions and 4 deletions

View File

@@ -1393,6 +1393,37 @@ table {
}
}
.share-supported {
.social-share-button {
display: inline-block;
}
.social-share-button-twitter {
@extend .social-share-button-twitter;
background: none;
color: white;
height: rem-calc(24);
width: rem-calc(48);
}
.social-share-button-facebook {
@extend .social-share-button-facebook;
background: none;
color: white;
height: rem-calc(24);
width: rem-calc(48);
}
.social-share-button-google_plus {
@extend .social-share-button-google_plus;
background: none;
color: white;
height: rem-calc(24);
width: rem-calc(48);
}
}
// 16. Pages
// - - - - - - - - - - - - - - - - - - - - - - - - -