Merge pull request #538 from AyuntamientoMadrid/share_proposal

Adds social share for supported proposals
This commit is contained in:
Enrique García
2015-09-22 17:32:45 +02:00
5 changed files with 46 additions and 9 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
// - - - - - - - - - - - - - - - - - - - - - - - - -