adds social share on polls show view

This commit is contained in:
Alberto Garcia Cabeza
2017-02-06 19:17:50 +01:00
parent 4c27d4ee82
commit d19c3af21a
2 changed files with 48 additions and 32 deletions

View File

@@ -298,7 +298,8 @@
.debate-show,
.proposal-show,
.investment-project-show,
.budget-investment-show {
.budget-investment-show,
.polls-show {
p {
word-wrap: break-word;
@@ -1355,7 +1356,7 @@ ul.ballot-list {
color: white;
}
&.poll-show {
&.polls-show-header {
min-height: $line-height*8;
}
}