Skip to content

Commit

Permalink
Merge pull request #1007 from /issues/1000/estilo-medianaranja
Browse files Browse the repository at this point in the history
Issues/1000/estilo medianaranja
  • Loading branch information
lissteilor committed Nov 9, 2017
2 parents 8f10d9c + 049fce9 commit 5124408
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
11 changes: 11 additions & 0 deletions votai_general_theme/static/sass/_2017sitio1.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1072,3 +1072,14 @@ label{
margin-bottom: -70px;
margin-top: -40px;
}

.naranja-medida{
.small-basic, #you-org, label, #candidato-programa{
font-family: 'Nunito', sans-serif;
text-transform: none;
letter-spacing: 0;
font-weight: 400;
font-size: 14px;
line-height: 1;
}
}
6 changes: 5 additions & 1 deletion votai_general_theme/static/sass/_levantalamano.scss
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ p.aviso{
}
hr{
position: relative;
top: 47px;
top: 20px;
}
.votita-love-politica{
border: 3px solid $yellow;
Expand Down Expand Up @@ -941,6 +941,10 @@ hr{
}
.share-card{
padding: 40px 0 0;
hr{
position: relative;
top: 7px;
}
.social-buttons{
font-size: 10px;
position: relative;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<label>Si fueras presidenta, presidente o congresista, ¿Cuáles serían tus primeras {{config.MEDIA_NARANJA_MAX_SELECT_PROPOSALS}} medidas o prioridades?</label>

{% for choice_id, choice_label in wizard.form.proposals.field.choices %}
<div class="pregunta">
<div class="pregunta naranja-medida">
<span class="label-default">{{choice_id|get_classification_from_str}}</span>
<br />
{% for k,v in choice_label %}
Expand Down
2 changes: 1 addition & 1 deletion votai_general_theme/templates/votita/card.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<h4><a href="{{proposal.get_absolute_url}}">{{proposal.title|truncatechars:100 }}</a></h4>
<p class="intro">{{proposal.data.solution_at_the_end|linebreaksbr|truncatechars:150}}</p>
</div>
<hr>
<div class="share-card">
<hr>
{% url 'popular_proposals:home' as popular_proposals_home %}
{% include 'popular_proposal/_likers.html' with proposal=proposal area=area next_url=popular_proposals_home support_button_extra_class="pull-left" %}
{% comment %}
Expand Down

0 comments on commit 5124408

Please sign in to comment.