Skip to content

Commit

Permalink
Merge pull request #85 from PenseNisso/style/comparator_and_buttons
Browse files Browse the repository at this point in the history
style: remove decimal place from comparator and make buttons big
  • Loading branch information
pedroCarvalhoCintra authored Dec 13, 2023
2 parents 6c8ea92 + 4150e11 commit d690759
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion company/templates/companies/forms/company_suggestion.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h1 class="text-2xl font-bold">Sugerir uma empresa</h1>
{% csrf_token %}
{{ form|crispy }}
<div class="flex flex-nowrap justify-center space-x-10 mt-4 w-full">
<input class="bg-blue-700 bg-opacity-30 py-1.5 px-6 font-semibold cursor-pointer rounded-md hover:scale-[1.035]" type="submit" value="Enviar">
<input class="bg-blue-700 bg-opacity-30 w-full py-1.5 px-6 font-semibold cursor-pointer rounded-md hover:scale-[1.035]" type="submit" value="Enviar">
</div>
</form>
</div>
Expand Down
2 changes: 1 addition & 1 deletion comparator/templates/comparator.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h2 class="card-title">{{company.name}}</h2>
bg-red-400 hover:bg-red-500
{% endif %}
bg-opacity-40 hover:bg-opacity-60 rounded-xl p-2">
{{company.compute_score}}/5,0
{{company.compute_score}}/5 →
</a>
</div>
<div class="divider divider-horizontal"></div>
Expand Down
2 changes: 1 addition & 1 deletion infos/templates/report.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% csrf_token %}
{{ form|crispy }}
<div class="flex flex-nowrap justify-center space-x-10 mt-2 w-full">
<input class="text-white my-3 btn bg-red-500 hover:bg-red-600"type="submit" value="Enviar Denúncia">
<input class="text-white my-3 btn w-full bg-red-500 hover:bg-red-600" type="submit" value="Enviar Denúncia">
</div>
</form>
{% endblock %}

0 comments on commit d690759

Please sign in to comment.