Moved file to correct place & improved CSS a bit

This commit is contained in:
Julien Constant
2022-06-15 15:32:16 +02:00
parent 066ca5bada
commit 85788977fe
2 changed files with 36 additions and 18 deletions

View File

@ -6,7 +6,7 @@
{% block head %}
{{ super() -}}
<link rel="stylesheet" href="{{ scss('core/election.scss') }}">
<link rel="stylesheet" href="{{ scss('election/election.scss') }}">
{%- endblock %}
{% block content %}
@ -38,7 +38,7 @@
</p>
{%- endif %}
</section>
<section class="election__vote">
<section class="election_vote">
<form action="{{ url('election:vote', election.id) }}" method="post" class="election__vote-form" name="vote-form" id="vote-form">
{% csrf_token %}
<table class="election_table">