🎨 arrange create or retrieve page in two columns

This commit is contained in:
tykayn 2020-04-11 15:22:44 +02:00
parent 23dc45f198
commit 60c184c60b
2 changed files with 90 additions and 80 deletions

View File

@ -1,4 +1,7 @@
<div class="container" >
<div class="columns">
<div class="column" id="newPoll">
<section class="creation" >
<h1 >
{{"creation.title"|translate}}
@ -18,9 +21,10 @@
</div >
</section >
</div>
<div class="column" id="searchMyPolls">
<section class="recuperation" >
<h1 class="margin-top-x8" >
<h1 >
{{"config.find_my_polls"|translate}}
</h1 >
<form
@ -83,5 +87,10 @@
*ngIf="config.loading" >
<i class="fa fa-refresh fa-spin fa-3x fa-fw" ></i >
</div >
</div>
</div>
</div >

View File

@ -1,5 +1,6 @@
<div class="description" >
<router-outlet ></router-outlet >
<h1 i18n >
{{"creation.title"|translate}}
</h1 >