Improve visual
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2022-03-02 03:20:12 +01:00
parent 4ab99a55ad
commit dd50a69767
3 changed files with 14 additions and 0 deletions

View File

@ -49,3 +49,5 @@
<SurveyList bind:direct={direct} />
</div>
</div>
<div class="mb-5"></div>

View File

@ -62,5 +62,15 @@
</div>
{:then questions}
<SurveyQuestions {survey} {questions} />
{:catch error}
<div class="row mt-5">
<div class="d-none d-sm-block col-sm">
<hr>
</div>
<h3 class="col-sm-auto text-center text-muted mb-3"><label for="askquestion">Ce questionnaire n'est pas accessible</label></h3>
<div class="d-none d-sm-block col-sm">
<hr>
</div>
</div>
{/await}
{/await}

View File

@ -6,3 +6,5 @@
<div class="card bg-light">
<SurveyList />
</div>
<div class="mb-5"></div>