shows always questions lists and button to participate on poll index

This commit is contained in:
Alberto Garcia Cabeza
2017-01-31 21:08:03 +01:00
parent 16e546c3fc
commit 8c4541d50f
4 changed files with 25 additions and 10 deletions

View File

@@ -1372,9 +1372,13 @@ ul.ballot-list {
.dates {
color: $text-medium;
font-size: $small-font-size;
@include breakpoint(medium) {
float: right;
}
}
h3 a {
h4 a {
color: $text;
}
}
@@ -1383,6 +1387,12 @@ h2.questions-callout {
font-size: $base-font-size;
}
h3.section-title-divider {
border-bottom: 2px solid $brand;
color: $brand;
margin-bottom: $line-height;
}
.poll-question {
padding: 0 $line-height;