More css fixes

This commit is contained in:
Martín González
2017-01-12 11:55:12 +01:00
parent be024f0fe1
commit a0011b7c5c
3 changed files with 15 additions and 3 deletions

View File

@@ -280,6 +280,9 @@ $epigraph-font-size: rem-calc(15);
// 05. Debate quiz
// -----------------
.debate-quiz {
.comments {
margin-top: 4rem;
}
.quiz-header {
margin-bottom: 2rem;
@@ -349,6 +352,10 @@ $epigraph-font-size: rem-calc(15);
.debate-questions {
position: relative;
list-style: none;
.participation-not-allowed {
padding-bottom: 3rem;
}
.control {
position: relative;
@@ -430,6 +437,10 @@ $epigraph-font-size: rem-calc(15);
.headline {
margin-bottom: 0;
.headline-small {
padding-top: 0.75rem;
}
}
.button-circle {

View File

@@ -2,7 +2,7 @@
<div class="legislation-hero legislation-allegation no-margin-top grey-heading" data-target="legislation-header-small">
<div class="row headline">
<div class="small-12 medium-7 column">
<h3><%= process.title %></h3>
<h3 class="headline-small"><%= process.title %></h3>
</div>
<div class="small-12 medium-4 column right">
<a class="button-subscribed expanded button strong" title="Suscríbete al proceso" data-remote="true" rel="nofollow" data-method="post" href="#">

View File

@@ -47,6 +47,7 @@
</div>
</div>
</div>
<%= render 'legislation/shared/comments', commentable: @question %>
</section>
<%= render 'legislation/shared/comments', commentable: @question %>